|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jun 2002
Location: france
Posts: 996
|
problems installing CGI on my server :(
i can run the cgi script on mydomain.com/xxx.cgi but when i put the same file in the cgi-bin directory (mydomain.com/cgi-bin/xxx.cgi) i get a "The page cannot be found" error
what can be the problem and how do i correct this problem? |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Feb 2004
Posts: 3,004
|
file permission problems, check CHMOD
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Aug 2003
Posts: 1,798
|
is this a dedicated server, or a virtual account? could be a few things .... maybe your cgi-bin alias in your apache config is screwed up ... if it was chmod you'd probably see an internal server error not a not cound error, but does the script have +x perms on?
__________________
TGP Webmasters: sign up for the top 100 tgp list! Submit galleries If you add me to icq (title) make sure to mention GFY or I'll think you're a bot and deny you. |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Jun 2002
Location: france
Posts: 996
|
it is a dedicated server and i chmod the xxx.cgi file to 755
|
|
|
|
|
|
#5 | |
|
Confirmed User
Join Date: Jun 2002
Location: france
Posts: 996
|
Quote:
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" and <VirtualHost *> ServerName mydomain.com ServerAlias *.mydomain.com ScriptAlias /cgi-bin/ /home/www/mydomain/cgi-bin DocumentRoot /home/www/mydomain </VirtualHost> are thes correct are are wrong? |
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Jul 2003
Location: NOT in the USA!
Posts: 280
|
Add this in the <VirtualHost>
AllowOverride All Options All and if necessary : ScriptAlias /cgi-bin/ /home/yourdoman/cgi-bin/ |
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Jun 2002
Location: france
Posts: 996
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Jun 2001
Location: inside my brain
Posts: 2,035
|
your server have control panel?
look in panel - maybe your cgi-bin not activated in panel - i have similar problem at one setver some time ago
__________________
LONGBUCKS-Teen, Mature, Reality, Gay sites. Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945 Webmaster friendly high recommended programs to promote (personal experience): RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting |
|
|
|
|
|
#9 | |
|
Confirmed User
Join Date: Jun 2002
Location: france
Posts: 996
|
Quote:
|
|
|
|
|