![]() |
[ERLEDIGT] Perl geht nicht - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +--- Thread: [ERLEDIGT] Perl geht nicht (/thread-1530.html) |
RE: [ERLEDIGT] Perl geht nicht - Illidan - 10-25-2007 09:43 PM In dem error.log von Apache steht das hier: [Tue Oct 23 20:11:57 2007] [notice] Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations [Tue Oct 23 20:11:57 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:11:57 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [notice] Graceful restart requested, doing restart [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [notice] Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:12:46 2007] [error] [client ::1] File does not exist: /htdocs [Tue Oct 23 20:14:47 2007] [notice] caught SIGTERM, shutting down [Tue Oct 23 20:14:58 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Tue Oct 23 20:14:58 2007] [warn] module perl_module is already loaded, skipping [Tue Oct 23 20:14:58 2007] [notice] Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations [Tue Oct 23 20:19:02 2007] [notice] caught SIGTERM, shutting down [Tue Oct 23 20:19:12 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Tue Oct 23 20:19:12 2007] [notice] Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations [Tue Oct 23 22:27:22 2007] [notice] caught SIGTERM, shutting down [Tue Oct 23 22:27:32 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Tue Oct 23 22:27:32 2007] [notice] Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations [Tue Oct 23 22:28:47 2007] [notice] caught SIGTERM, shutting down [Tue Oct 23 22:29:01 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Tue Oct 23 22:28:57 2007] [notice] Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations Hab noch die suexec.log angeschaut, ich glaub da ist der Fehler ![]() [2007-10-23 20:12:04]: uid: (2001/vu2001) gid: (2001/2001) cmd: chat.pl [2007-10-23 20:12:04]: file has no execute permission: (/var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl) [2007-10-23 20:12:09]: uid: (2001/vu2001) gid: (2001/2001) cmd: chat.pl [2007-10-23 20:12:09]: file has no execute permission: (/var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl) [2007-10-23 20:12:10]: uid: (2001/vu2001) gid: (2001/2001) cmd: chat.pl [2007-10-23 20:12:10]: file has no execute permission: (/var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl) [2007-10-23 20:12:16]: uid: (2001/vu2001) gid: (2001/2001) cmd: chat.pl [2007-10-23 20:12:16]: file has no execute permission: (/var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl) Okay, er meint das die Datei (?) keine Ausführungs Rechte hat, ich glaub da muss was anderes gemacht werden als CHMOD oder ^^"? RE: [ERLEDIGT] Perl geht nicht - rbtux - 10-25-2007 10:31 PM chmod +x /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl RE: [ERLEDIGT] Perl geht nicht - Illidan - 10-26-2007 04:28 AM rbtux Wrote:chmod +x /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl Bringt leider nichts ![]() RE: [ERLEDIGT] Perl geht nicht - rbtux - 10-26-2007 04:39 AM was sagt: ls -l /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl RE: [ERLEDIGT] Perl geht nicht - Illidan - 10-26-2007 05:19 AM Er sagt: webserver:~# ls -l /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl -rwxr-xr-x 1 vu2001 vu2001 13419 2007-10-25 22:33 /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl RE: [ERLEDIGT] Perl geht nicht - rbtux - 10-26-2007 05:26 AM hmm... das muss dir wohl jemand anders weiterhelfen... RE: [ERLEDIGT] Perl geht nicht - joximu - 10-26-2007 11:39 AM was sagt: ls -ld /var/www/virtual/aquinasx.de/cgi-bin/gtchat also das Verzeichnis RE: [ERLEDIGT] Perl geht nicht - Illidan - 10-26-2007 05:25 PM Das sagt ^^: webserver:~# ls -ld /var/www/virtual/aquinasx.de/cgi-bin/gtchat drwxr-xr-x 7 vu2001 vu2001 4096 2007-10-23 20:09 /var/www/virtual/aquinasx.de/cgi-bin/gtchat RE: [ERLEDIGT] Perl geht nicht - joximu - 10-26-2007 06:21 PM Kannst du mal den virtualhost-abschnitt von apache für deisen vhost posten? (/etc/apache2/sites-enabled/ispcp.conf - der Teil von <VirtualHsot ...> bis </VirtualHost>, wo es um den Domainnamen geht. /J RE: [ERLEDIGT] Perl geht nicht - Illidan - 10-26-2007 07:48 PM Klar: <VirtualHost 192.168.1.108:80> SuexecUserGroup vu2001 vu2001 ServerAdmin root@aquinasx.de DocumentRoot /var/www/virtual/aquinasx.de/htdocs ServerName aquinasx.de ServerAlias http://www.aquinasx.de aquinasx.de *.aquinasx.de ErrorLog /var/log/apache2/users/aquinasx.de-error.log TransferLog /var/log/apache2/users/aquinasx.de-access.log CustomLog /var/log/apache2/aquinasx.de-traf.log traff CustomLog /var/log/apache2/aquinasx.de-combined.log combined Alias /errors /var/www/virtual/aquinasx.de/errors/ ErrorDocument 401 /errors/401/index.php ErrorDocument 403 /errors/403/index.php ErrorDocument 404 /errors/404/index.php ErrorDocument 500 /errors/500/index.php Redirect /stats http://aquinasx.de/awstats/awstats.pl Redirect /ispcp http://admin.aquinasx.de # httpd dmn entry cgi support BEGIN. ScriptAlias /cgi-bin/ /var/www/virtual/aquinasx.de/cgi-bin/ <Directory /var/www/virtual/aquinasx.de/cgi-bin> AllowOverride None #Options ExecCGI Order allow,deny Allow from all </Directory> # httpd dmn entry cgi support END. <IfModule mod_php4.c> <Directory /var/www/ispcp/gui> php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sb$ php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/" </Directory> </IfModule> <IfModule mod_php5.c> <Directory /var/www/ispcp/gui> php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sb$ php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/" </Directory> </IfModule> # httpd dmn entry PHP2 support BEGIN. <IfModule mod_php4.c> php_admin_value open_basedir "/var/www/virtual/aquinasx.de:/var/www/virtual/aquinasx.de/phptmp:/usr/share/php" php_admin_value upload_tmp_dir "/var/www/virtual/aquinasx.de/phptmp" php_admin_value session.save_path "/var/www/virtual/aquinasx.de/phptmp" php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i' </IfModule> <IfModule mod_php5.c> php_admin_value open_basedir "/var/www/virtual/aquinasx.de:/var/www/virtual/aquinasx.de/phptmp:/usr/share/php" php_admin_value upload_tmp_dir "/var/www/virtual/aquinasx.de/phptmp" php_admin_value session.save_path "/var/www/virtual/aquinasx.de/phptmp" php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i' </IfModule> <IfModule mod_fastcgi.c> ScriptAlias /php4/ /var/www/fcgi/aquinasx.de/ <Directory "/var/www/fcgi/aquinasx.de"> AllowOverride None Options +ExecCGI -MultiViews -Indexes Order allow,deny Allow from all </Directory> </IfModule> # httpd dmn entry PHP2 support END. <Directory /var/www/virtual/aquinasx.de/htdocs> # httpd dmn entry PHP support BEGIN. # httpd dmn entry PHP support END. Options -Indexes Includes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> |