Guest User

Untitled

a guest
Jun 23rd, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Options FollowSymLinks
  2. <VirtualHost *>
  3. ServerName cas.devserver.com
  4. ServerAlias cas.devserver.com
  5. ServerAdmin webmaster@devserver.com
  6. DocumentRoot /var/www/htdocs/abc/def
  7. PerlSwitches -I/var/www/cgi-bin
  8. PerlSendHeader On
  9. <Location />
  10. Options FollowSymLinks
  11. PerlSendHeader On
  12. PerlHandler Test1::Test
  13. SetHandler perl-script
  14. Order deny,allow
  15. Allow from all
  16. </Location>
  17. </VirtualHost>
  18.  
  19. [error] [client xxx.xxx.xxx.xxx] failed to resolve handler `Test1::Test':
  20. Can't locate Test1/Test.pm in @INC
  21. (@INC contains: /var/www/cgi-bin/ <snip> /usr/lib/perl5/5.8.8 . /etc/httpd)
  22. at (eval 9) line 3.n
  23.  
  24. Options +ExecCGI
Add Comment
Please, Sign In to add comment