Current time: 05-03-2024, 01:18 AM Hello There, Guest! (LoginRegister)


Thread Closed 
[ERLEDIGT] Perl geht nicht
Author Message
Illidan Offline
Junior Member
*

Posts: 93
Joined: May 2007
Reputation: 2
Post: #31
RE: [ERLEDIGT] Perl geht nicht
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 Big Grin!

[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 ^^"?
10-25-2007 09:43 PM
Visit this user's website Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #32
RE: [ERLEDIGT] Perl geht nicht
chmod +x /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl
10-25-2007 10:31 PM
Visit this user's website Find all posts by this user
Illidan Offline
Junior Member
*

Posts: 93
Joined: May 2007
Reputation: 2
Post: #33
RE: [ERLEDIGT] Perl geht nicht
rbtux Wrote:chmod +x /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl

Bringt leider nichts Sad
10-26-2007 04:28 AM
Visit this user's website Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #34
RE: [ERLEDIGT] Perl geht nicht
was sagt:

ls -l /var/www/virtual/aquinasx.de/cgi-bin/gtchat/chat.pl
10-26-2007 04:39 AM
Visit this user's website Find all posts by this user
Illidan Offline
Junior Member
*

Posts: 93
Joined: May 2007
Reputation: 2
Post: #35
RE: [ERLEDIGT] Perl geht nicht
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
10-26-2007 05:19 AM
Visit this user's website Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #36
RE: [ERLEDIGT] Perl geht nicht
hmm... das muss dir wohl jemand anders weiterhelfen...
10-26-2007 05:26 AM
Visit this user's website Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #37
RE: [ERLEDIGT] Perl geht nicht
was sagt:

ls -ld /var/www/virtual/aquinasx.de/cgi-bin/gtchat

also das Verzeichnis
10-26-2007 11:39 AM
Visit this user's website Find all posts by this user
Illidan Offline
Junior Member
*

Posts: 93
Joined: May 2007
Reputation: 2
Post: #38
RE: [ERLEDIGT] Perl geht nicht
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
10-26-2007 05:25 PM
Visit this user's website Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #39
RE: [ERLEDIGT] Perl geht nicht
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
10-26-2007 06:21 PM
Visit this user's website Find all posts by this user
Illidan Offline
Junior Member
*

Posts: 93
Joined: May 2007
Reputation: 2
Post: #40
RE: [ERLEDIGT] Perl geht nicht
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>
10-26-2007 07:48 PM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)