On Mon, Mar 07, 2005 at 02:20:12PM +0100, Timo M�ller wrote: > Please help me !!! > > I�ve a big Problem with apache and vserver !! > > If i want to start thet httpd this error come: > > > Starting httpd: Can't open perl script "-e": Permission denied > perl_parse: Permission denied [FAILED] > > What does that mean ?
well, probably the access or execute permission was denied for 'some' file ... > how can i fix it ?? try this inside the vserver: perl -e 'print "hello world\n"' if this works, your perl should be fine. but I guess we need more details ... best, Herbert > THANK you all !! > _______________________________________________ > Vserver mailing list > [email protected] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
