Search found 4 matches
- Tue Mar 08, 2011 5:43 am
- Forum: General Help and Development Discussion
- Topic: atomic-accelerator not starting on plesk10
- Replies: 4
- Views: 5855
Re: atomic-accelerator not starting on plesk10
Thanks Paul. I have decided to roll back to plesk 9 for now until the new version of AA for the record there was no domain labelled admin and I am assuming that plesk 10 does this by default. I did spend some time trying to get it working but I'm not educated enough to try and play around with the p...
- Mon Mar 07, 2011 12:51 pm
- Forum: General Help and Development Discussion
- Topic: atomic-accelerator not starting on plesk10
- Replies: 4
- Views: 5855
Re: atomic-accelerator not starting on plesk10
I kinda fixed it instead of creating a domain name conf it created something called admin.conf i renamed it to my sitename and editted the info but then nginx wouldnt start said that port 80 was already in use so I stopped httpd and changed it manually to port 8080 in the conf and restarted both ser...
- Mon Mar 07, 2011 12:18 pm
- Forum: General Help and Development Discussion
- Topic: atomic-accelerator not starting on plesk10
- Replies: 4
- Views: 5855
Re: atomic-accelerator not starting on plesk10
here is my admin.conf server { listen 80; server_name admin www.admin; access_log /var/log/nginx/admin.access.log main; # Main location location / { index index.php index.html index.htm; # Good idea, too bad it doesnt work. # error_page 404 = @fallback; proxy_pass http://admin:8080/; include /etc/ng...
- Mon Mar 07, 2011 8:15 am
- Forum: General Help and Development Discussion
- Topic: atomic-accelerator not starting on plesk10
- Replies: 4
- Views: 5855
atomic-accelerator not starting on plesk10
Hiya I did a clean os install with plesk 10 then installed the atomic repo to install mod_ruid2 and atomic accelerator I got mod_ruid2 working nicely to run php as ftp user then installed atomic-accelerator nginx didnt start automatically and after trying to start it I get this error: [root@server r...