search for: a2ensite

Displaying 8 results from an estimated 8 matches for "a2ensite".

2017 Mar 14
2
httpd/sites-available directory
I just received some advice from a colleague of a colleague over at openssl.org. But they use debian. Please look at this and help me out on how Centos7 handles this: Note the comment of the location of virtualhost config files. Centos7 does not have a "man a2ensite". thanks Rewriterules and https. Actually, looking at what you have doesn't really tell me why it gets applied to everything and not just the webmail. However, I'd say that your roundcubemail.conf is much overworked. We use something like that on openssl.org, but it generally look...
2017 Mar 14
2
httpd/sites-available directory
...the first thing I see 'wrong' with what I have done is: <VirtualHost *:80> That should probably be: <VirtualHost webmail.bar.com:80> But I would also like to 'help out' users that connect to Webmail.bar.com On 03/14/2017 02:28 AM, Nux! wrote: > Hello, > > a2ensite and co is Debian/ubuntu specific. On CentOS there is no such thing. > > It's not clear to me what you are trying to achieve. Can you rephrase so we can help? > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ----- Original Messa...
2017 Mar 14
0
httpd/sites-available directory
Hello, a2ensite and co is Debian/ubuntu specific. On CentOS there is no such thing. It's not clear to me what you are trying to achieve. Can you rephrase so we can help? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Robert Moskowitz&quo...
2017 Mar 14
0
httpd/sites-available directory
...t; > <VirtualHost *:80> > > That should probably be: > > <VirtualHost webmail.bar.com:80> > > But I would also like to 'help out' users that connect to Webmail.bar.com > > > On 03/14/2017 02:28 AM, Nux! wrote: >> Hello, >> >> a2ensite and co is Debian/ubuntu specific. On CentOS there is no such thing. >> >> It's not clear to me what you are trying to achieve. Can you rephrase so we can >> help? >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >>...
2010 Apr 24
5
About your application's environment URL not found
Hi I am a newbie (which you probably guessed from the subject) and have just installed ruby 1.8.7, rails 2.3.5 and apache 2.2.12 on ubuntu 9.10. I have created a rails app and edited my apache config as shown below. The Rails "Welcome aboard" page displays, but when I click on "About your application''s environment" I get "Not Found The requested URL
2008 Jun 23
1
Problem with passenger
...0.2.15 Include /etc/apache2/sites-enabled/[^.#] Then at /etc/apache2/sites-available/cadamostras I have <virtualhost> ServerName 10.10.2.15 DocumentRoot /home/cassio/web/cadamostras/public RailsPoolIdleTime 650 ErrorLog /var/log/cadamostras/error.log LogLevel info </virtualhost> I ran a2ensite cadamostras to enable it. But when I point my browser to http://10.10.2.15 or at http://10.10.2.15/cadamostras I get this error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [...
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all, Can anyone point me to any solid documentation on how to set up a production server using RVM, Passenger, and Apache2? I have been at this for a week with absolutely no luck at all so I thought I would post here to see if anyone has managed to get this to work and written down the steps they used. Right now with my current implementation, I am getting a 404 error when I attempt to
2006 Mar 15
5
Apache (both 1.3 & 2) not calling dispatch.fcgi on Debian
We''re trying to run Ruby on Rails on Debian with Apache and FastCGI, but can''t get it to work. As far as we can tell, it seems to go wrong in the final stages; Apache appears not to be doing anything with dispatch.fcgi, even though FastCGI looks to be set up correctly. We''ve followed several "how to"s, but we don''t get any other results. What