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: Need apache for Moodle
Author
macman001



Joined: 29 Apr 2008
Posts: 3

PostPosted: Wed 30 Apr '08 0:04    Post subject: Need apache for Moodle Reply with quote

Hi,

I downloaded the following Apache file:
http://apachelounge.dj02.net/getfile_b.php?file=httpd-2.2.8-win32-x86-ssl.zip

I have set it up and typed in http://127.0.0.1 and I get the following error:

The website declined to show the webpage.
Most likely you are required to log in.

I have a feeling it is something to do with ssl but I could not find another version on this site.

Please advise

Thanks
Back to top
macman001



Joined: 29 Apr 2008
Posts: 3

PostPosted: Wed 30 Apr '08 18:51    Post subject: Reply with quote

Hi,

Ok, after further investigation I made a temporary certificate and now get a different error:

Forbidden
You don't have permission to access / on this server.


--------------------------------------------------------------------------------

Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g Server at 192.168.1.1 Port 80

here is my error log:


[Wed Apr 30 17:30:30 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Apr 30 17:30:31 2008] [notice] Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g configured -- resuming normal operations
[Wed Apr 30 17:30:31 2008] [notice] Server built: Mar 8 2008 14:15:40
[Wed Apr 30 17:30:31 2008] [notice] Parent: Created child process 5960
[Wed Apr 30 17:30:31 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Apr 30 17:30:31 2008] [notice] Child 5960: Child process is running
[Wed Apr 30 17:30:31 2008] [notice] Child 5960: Acquired the start mutex.
[Wed Apr 30 17:30:31 2008] [notice] Child 5960: Starting 64 worker threads.
[Wed Apr 30 17:30:31 2008] [notice] Child 5960: Starting thread to listen on port 80.
[Wed Apr 30 17:30:31 2008] [notice] Child 5960: Starting thread to listen on port 443.
[Wed Apr 30 17:30:48 2008] [error] [client 192.168.1.1] client denied by server configuration: E:/Apache2/htdocs/
[Wed Apr 30 17:32:35 2008] [error] [client 192.168.1.1] client denied by server configuration: E:/Apache2/htdocs/
Back to top
macman001



Joined: 29 Apr 2008
Posts: 3

PostPosted: Wed 30 Apr '08 22:03    Post subject: Reply with quote

problem resolved!

I copied the files to c drive and everything works. I am used to using an MSI install and only now realised that I have to change paths manually when using non-msi installation.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Wed 30 Apr '08 23:29    Post subject: Reply with quote

Thanks for letting us know. I was already puzzling with your issue.

When a new version is released I shall change the readme, that when the install folder is not c:/apache2, they need to change/check the paths manualy in the .conf files. I only say now in the readme: Unzip the apache2 folder to c:/apache2 (that is the server root in the config)

Steffen
Back to top


Reply to topic   Topic: Need apache for Moodle View previous topic :: View next topic
Post new topic   Forum Index -> Apache