![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hp-UX 11.23 - CDE not starting | netwalker | HP-UX | 4 | 10-08-2007 01:54 PM |
| Mod_Perl and Apache22 | rbizzell | UNIX for Advanced & Expert Users | 1 | 11-01-2006 03:21 PM |
| Starting over | DudeMan | Shell Programming and Scripting | 2 | 10-29-2005 10:16 PM |
| Starting X? | AMDPwred | UNIX for Dummies Questions & Answers | 2 | 03-14-2002 12:07 PM |
| Starting up | msm | UNIX for Dummies Questions & Answers | 1 | 11-28-2001 01:51 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Apache22 not starting
I am getting this error message once I added some lines to a directive in my httpd.conf file. I double checked and made sure their weren't any typos
Snytax error line 468 Invlaid command PerlHandler perhaps misspelled or defined by a module not included in the server configuration. Here is what I added ti my httpd.confand now apache won't start. I am using a web interface for my email. I am using Atmail as my web interface for email login Include etc/apache22/Includes/*.conf # ADDED BY @Mail Sat Sep 23 07:02:30 2006 AddHandler cgi-script .pl # ADDED BY @Mail Sat Sep 23 07:02:48 2006 <Directory "/usr/local/atmail/webmail"> Options ExecCGI AllowOverride All Order allow,deny Allow from all SetHandler perl-script PerlHandler ModPerl::Registry </Directory> <Files ~ "spell.pl$"> SetHandler cgi-script </Files> Where should I insert those lines of code at in the httpd.conf file Last edited by rbizzell; 10-27-2006 at 12:19 PM.. |
|
||||
|
In searching for your problem, I've found this construct a lot:
Code:
<IfDefine !APACHE2>
PerlHandler Apache::Status
</IfDefine>
<IfDefine APACHE2>
PerlResponseHandler Apache::Status
</IfDefine>
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|