Current time: 06-04-2025, 07:35 AM Hello There, Guest! (LoginRegister)


Post Reply 
Ich dreh noch durch .... Suexec, Perl, PHP, Mail Probleme...
Author Message
just_me Offline
Newbie
*

Posts: 6
Joined: May 2011
Reputation: 0
Post: #8
RE: Ich dreh noch durch .... Suexec, Perl, PHP, Mail Probleme...
(05-17-2011 06:07 AM)ephigenie Wrote:  Versteh ich das jetzt richtig :

admin.pl geht ... login.pl als symlink auf admin.pl aber nicht ?
Hast du für das Directory

Code:
Options FollowSymlinks

gesetzt ? Wenn nicht, dann kommt normalerweise diese Fehlermeldung.


Jetzt guten Abend,

also: als gar nix ging, hatte ich folgende .conf:

Code:
#AliasMatch ^/test/[^/]+\.pl /var/www/test/script.pl
Alias /test/ /var/www/test/
AddHandler cgi-script .pl
<Directory /var/www/test>
AllowOverride All
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>

<DirectoryMatch /var/www/test/users>
Order Deny,Allow
Deny from All
</DirectoryMatch>

Nun habe ich:

Code:
#AliasMatch ^/test/[^/]+\.pl //var/www/virtual/meinedomain.com/htdocs/test/script.pl
Alias /test/ /var/www/virtual/meinedomain.com/htdocs/test/
AddHandler cgi-script .pl
<Directory /var/www/virtual/meinedomain.com/htdocs/test>
AllowOverride All
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>

<DirectoryMatch /var/www/virtual/meinedomain.com/htdocs/test/users>
Order Deny,Allow
Deny from All
</DirectoryMatch>

Und da tut es zwar mit admin.pl im Direktaufruf, aber login.pl als Symlink auf admin.pl tut nicht. Das ist, so glaube ich, das suexec

Habe es auch im Verzeichnis /var/www/virtual/meinedomain.com/cgi-bin probiert.

<seuuffzzzz>

Herzlichen Dank für die Hilfe, aber das wars leider nicht...
05-17-2011 06:27 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Ich dreh noch durch .... Suexec, Perl, PHP, Mail Probleme... - just_me - 05-17-2011 06:27 AM

Forum Jump:


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