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 moun

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]

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

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 intern

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 M

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 encount

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 ma

Re: Can't to call Server Side Includes

2003-05-27 Thread edwardspl
But the config is just : AllowOverride All Options Indexes Includes FollowSymlinks MultiViews ExecCGI Order allow,deny Allow from all Any problem ? Thank for your help ! Greg Wright wrote: > *** REPLY SEPARATOR *** > > On 27/05/2003 at 4:51 PM [EMAIL PROT