Re: Can't to call Server Side Includes

2003-05-29 Thread Gordon Messmer
[EMAIL PROTECTED] wrote: Now it is : [EMAIL PROTECTED] cgi-bin]$ ls -l -rwxr-xr-x1 edward edward 3650 May 26 12:34 textclock.cgi ... [Wed May 28 12:58:47 2003] [error] (13)Permission denied: exec of /home/edward/public_html/house/cgi-bin/textclock.cgi failed You don't mount

Re: Can't to call Server Side Includes

2003-05-27 Thread edwardspl
But the config is just : Directory /home/*/public_html AllowOverride All Options Indexes Includes FollowSymlinks MultiViews ExecCGI Order allow,deny Allow from all /Directory Any problem ? Thank for your help ! Greg Wright wrote: *** REPLY SEPARATOR ***

Re: Can't to call Server Side Includes

2003-05-27 Thread Gordon Messmer
[EMAIL PROTECTED] wrote: /var/log/httpd/error.log: [Mon May 26 22:22:42 2003] [error] (13)Permission denied: exec of /home/edward/public_html/house/cgi-bin/textclock.cgi failed chmod +x /home/edward/public_html/house/cgi-bin/textclock.cgi -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: Can't to call Server Side Includes

2003-05-27 Thread edwardspl
Just try and test : [EMAIL PROTECTED] cgi-bin]$ ls -l total 8 -rwx--x--x1 edward edward 3650 May 26 12:34 textclock.cgi -rw-r--r--1 edward edward123 May 26 02:40 WS_FTP.LOG [EMAIL PROTECTED] cgi-bin]$ But ( http://xxx/xxx.cgi ) : Internal Server Error The server

Re: Can't to call Server Side Includes

2003-05-27 Thread Cameron Simpson
On 16:51 27 May 2003, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: | Hello to you , | | Can you help me to fix this problem ? | | /var/log/httpd/error.log: | | [Mon May 26 22:22:42 2003] [error] (13)Permission denied: exec of | /home/edward/public_html/house/cgi-bin/textclock.cgi failed | [Mon

Re: Can't to call Server Side Includes

2003-05-27 Thread edwardspl
Now it is : [EMAIL PROTECTED] cgi-bin]$ ls -l total 8 -rwxr-xr-x1 edward edward 3650 May 26 12:34 textclock.cgi -rw-r--r--1 edward edward123 May 26 02:40 WS_FTP.LOG [EMAIL PROTECTED] cgi-bin]$ But also ( Browser ) : Internal Server Error The server encountered an

Re: Can't to call Server Side Includes

2003-05-27 Thread Peter Kiem
Hi Edward, -rwxr-xr-x1 edward edward 3650 May 26 12:34 textclock.cgi -rw-r--r--1 edward edward123 May 26 02:40 WS_FTP.LOG [EMAIL PROTECTED] cgi-bin]$ But also ( Browser ) : Internal Server Error The server encountered an internal error or misconfiguration and was

Re: Can't to call Server Side Includes

2003-05-27 Thread Cameron Simpson
On 12:45 28 May 2003, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: | Now it is : | | [EMAIL PROTECTED] cgi-bin]$ ls -l | total 8 | -rwxr-xr-x1 edward edward 3650 May 26 12:34 textclock.cgi | -rw-r--r--1 edward edward123 May 26 02:40 WS_FTP.LOG | [EMAIL PROTECTED] cgi-bin]$