logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Include ... mod_jk.conf error, Help!
Author
Brandon77



Joined: 18 Mar 2008
Posts: 3

PostPosted: Tue 18 Mar '08 22:24    Post subject: Include ... mod_jk.conf error, Help! Reply with quote

I've been following the apache guide ( http://apacheguide.org/ ) to set up apache, php, etc. I get to the part where I have to add the line:

Include "C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\auto\mod_jk.conf"

to the end of the httpd.conf file. After I add that, Apache will not start, giving me the error of "the requested operation has failed!". If I take the line out, it works fine. I have ensured the files are correct and in the right place...any ideas? Thanks!
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 614
Location: Milford, MA, USA

PostPosted: Tue 18 Mar '08 23:53    Post subject: Reply with quote

That looks like it may be a typo in this page of the instructions.

You should always use forward slashes in httpd.conf - even for directory separators on Windows - so the line should be:
Code:
Include "C:/Program Files/Apache Software Foundation/Tomcat 5.5/conf/auto/mod_jk.conf"


-tom-
Back to top
Brandon77



Joined: 18 Mar 2008
Posts: 3

PostPosted: Wed 19 Mar '08 3:52    Post subject: Reply with quote

I tried that and it still didnt work...thanks though
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 614
Location: Milford, MA, USA

PostPosted: Wed 19 Mar '08 17:03    Post subject: Reply with quote

Can you shed some more light on the error?
For example, the relevant lines from your Apache \logs\error.log file.

-tom-
Back to top
Brandon77



Joined: 18 Mar 2008
Posts: 3

PostPosted: Wed 19 Mar '08 18:13    Post subject: Reply with quote

Oh sorry I'm new at this, didn't know about the error log. Heres what it says:

[Wed Mar 19 00:27:48 2008] [error] [client 127.0.0.1] File does not exist: C:/Documents and Settings/Owner.YOUR-3D2871726C/Desktop/Oral History Project/Franco American Archives/phpmyadmin, referer: http://apacheguide.org/phpmyadmin.php

I know the file exists, i guess I will mess with it some more. Thanks
Back to top


Reply to topic   Topic: Include ... mod_jk.conf error, Help! View previous topic :: View next topic
Post new topic   Forum Index -> Apache