Qual seu problema exatamente? não instala ou não dah start no servidor?
olha uma solução para o vista:
Herus Armstrong diz:
5 de Janeiro de 2008 às 2:50 am
A solução no Vista:
Vá em Serviços do windows e procure pelos serviços do apache; altere suas propriedades de logon para um usuário definido como .\apache2triad e a senha do apache; de start e provavelmente vá funcionar. Não funcionou? vá no prompt de comando (vulgo windows+r cmd.exe) digite: net start apache2. Provavelmente vá iniciar. O MySQL funciona normalmente. Se quiser que seu Apache Monitor funcione, apenas mude nas suas propriedades seu modo de compatibilidade com o windows xp. Se caso ainda não funcione, tente resolver seguindo os links no final do comentário (o segundo provavelmente resolverá se isso escrevi não resolver)
Precisa usar o apache2triad em SSL no Vista? Aí fica um pouco mais complicado. Após tudo isso, mude algumas configurações no httpd.conf (C:/apache2triad/conf/httpd.conf);
Procure as diretivas LoadModule e retire o # - caso tenha - ou adicione esta linha: LoadModule ssl_module modules/mod_ssl.so
Depois procure (ctrl+f) por e adicione após:
SSLMutex default
SSLRandomSeed startup builtin
SSLSessionCache none
(Lembre de criar o seu certificado, que felizmente o apache2triad ajuda em: C:\apache2triad\opssl\bin\sslcert.exe)
Nas diretivas de VirtualHost adicione logo após - Se caso já não tenha, após gerar seu certificado:
SSLEngine On
SSLCertificateFile conf/ssl/my-server.cert
SSLCertificateKeyFile conf/ssl/my-server.key
espero ter ajudado.
um grande abraço.
ou esta solução que não testei ainda, a anterior funciona blz, só que vc deve dar start manualmente.
segue outra dica:
hello there, i tried a lot of thimes to find a way to work with a2t on stupid vista pc. till now, no luck. After playing arround, i found the right way to make it work. here are the steps:
1. first of all, disable the UAC (msconfig -> Tools -> Disable UAC -> Launch -> OK)
2. Restart the PC
3. Right click on NETWORK -> Properties -> Manage Network Connections -> Right Click on your Network Card -> Properties -> Disable TCP/IPv6 (unclick it) -> OK
4. open C:\Windows\System32\drivers\etc and edit the file hosts (has no extention, open it with notepad) -> REMOVE this line
::1 localhost
-> save it -> close it
5. Restart the PC
6. Install Apache2Triad the normal way
7. After restarting, u got the 2 users on the login screen, login with your account (not the apache2triad account), right click on MyComputer -> Manage -> Services and Applications -> Services -> find the Apache2Triad Service -> right click on it -> Properties -> Log On -> Select This account and type in the box on the right .\username where username YOUR login username on Vista is and on Password and on Confirm Password YOUR Vista Account Passwort is.
8. Restart PC (Last Time)
9. login again with your account into Vista
10. Type on Webbrowser
http://localhost 11. DONE !!
Worked on 4 Vista PCs (32-bit and 64-bit) without ANY Problems !!! Letme know how it worked on your PC
espero que vc manje bem de inglês.
um grande abraço.