On 6/15/06, John Miller <[EMAIL PROTECTED]> wrote:
This is from my error log
##########
[Sun Jun 25 18:04:28 2006] [error] [client 127.0.0.1] Options ExecCGI is off in this directory: /home/lover/public_html/cgi-bin/mytext.cgi
##############
and this is access lot
#######
127.0.0.1 - - [25/Jun/2006:18:04:28 +0800] "GET /~lover/cgi-bin/mytext.cgi HTTP/1.1" 403 373 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060620 Debian/1.7.13-0.2"
########
I'm working locally on my standalong machine and logged in as lover. The full path to mytest.cgi is /home/lover/public_html/cgi-bin/mytest.cgi. I may misunderstood you on this question. Pleas bear with me as a newbie.
Yes I can
What do the server logs say? The /var/log/apache2 directory, for
instance?
This is from my error log
##########
[Sun Jun 25 18:04:28 2006] [error] [client 127.0.0.1] Options ExecCGI is off in this directory: /home/lover/public_html/cgi-bin/mytext.cgi
##############
and this is access lot
#######
127.0.0.1 - - [25/Jun/2006:18:04:28 +0800] "GET /~lover/cgi-bin/mytext.cgi HTTP/1.1" 403 373 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060620 Debian/1.7.13-0.2"
########
What user is your web server running as?
I'm working locally on my standalong machine and logged in as lover. The full path to mytest.cgi is /home/lover/public_html/cgi-bin/mytest.cgi. I may misunderstood you on this question. Pleas bear with me as a newbie.
Can you view
regular HTML files placed in the /~lover/mytest.cgi directory?
Yes I can
--John