| View previous topic :: View next topic |
| Author |
Message |
jangutman
Joined: 09 Jun 2009
Posts: 2
|
| Posted: Tue Jun 09, 2009 7:52 pm Post subject: Does Apache2triad works on Windows server 2008 |
|
|
Does Apache2triad works on Windows server 2008
I installed it but Apache is not running.
Is there a special way to ghet it running on server 2008... |
|
| Back to top |
|
Erik10206
Joined: 14 Jun 2009
Posts: 2
|
| Posted: Sun Jun 14, 2009 9:03 pm Post subject: Starting Apache on server 2008 |
|
|
| I was able to get it to start by logging in an Administrator and starting the service as that administrator that is logged in. I am still trying to figure out why it won't start as anyone else. |
|
| Back to top |
|
jangutman
Joined: 09 Jun 2009
Posts: 2
|
| Posted: Mon Jun 15, 2009 3:17 pm Post subject: |
|
|
| Its works ok with the advice from Erik10206 . Thanks |
|
| Back to top |
|
Erik10206
Joined: 14 Jun 2009
Posts: 2
|
| Posted: Mon Jun 15, 2009 4:05 pm Post subject: Another Note |
|
|
I was working on this over the weekend and found a way to make it auto start. If you set your Administrator to auto logon and auto launch the following script in a batch file, you will be able to make it auto start.
1. Create a batchfile called apachestart.bat and copy the following code in it.
Code: @echo off
timeout 60
net start apache2ssl
2. Copy the batch file to the startup folder in all programs for the user that is going to be used for auto logon.
3. Enable auto logon (http://www.expta.com/2008/03/how-to-enable-autologon-in-windows.html)
4. Check and then uncheck the box labeled "Users must enter a user name and password to use this computer"
5. Hit apply and enter credentials in Pre-2k format (Domain\user)
6. Hit ok
7. Restart the server and watch the magic! |
|
| Back to top |
|
| |