search for: namevirtualhost

Displaying 20 results from an estimated 79 matches for "namevirtualhost".

2008 Oct 09
2
NameVirtualHost and CGI Problems
On: Centos 5.2, with httpd-2.2.3-11.el5_1.centos.3 I tried to bring up a web server using an httpd.con that runs well on: Fedora 8, with httpd-2.2.8-1.fc8 as well as several earlier versions, going back to Fedora 4. On the Centos version, I cannot successfully: run a NameVirtualHost; execute a CGI. I can bring up a simple page if I avoid the above. Suggestions would be much appresiated. Thanks, Mike.
2008 Apr 09
4
ssl and NameVirtualHost
...he certificate on a virtual named host, and I wonder If any body has experience doing this? A few places in the apache documentation suggest that SSL cannot be used with name based virtual hosting, but I don't if that means, not at all, or not with multiple named hosts. I have multiple NameVirtualHost on port 80, but will only plan to use one of the names on port 443. The start of the section in my ssl.conf goes like this: <VirtualHost _default_:443> ServerName nameprotected.domain.edu:443 ServerAdmin me at domain.edu DocumentRoot /var/www/docs/nameprotected nameprote...
2006 Mar 08
1
Help with NameVirtualHost
Can someone help with Apache2 configuration? What I want to have is for "http://myipaddress/myrailsapp" to bring up myrailsapp. My apache 2 is already serving up php apps, and I don''t want to clobber those. Thanks! Stephen
2009 Sep 17
1
[PATCH server] oVirt server single network installer
.../ovirt/templates/ovirt-httpd-seperate.conf.erb create mode 100644 installer/modules/ovirt/templates/ovirt-httpd-single.conf.erb diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf deleted file mode 100644 index e4ebd5b..0000000 --- a/conf/ovirt-server.conf +++ /dev/null @@ -1,88 +0,0 @@ -NameVirtualHost GuestNetIpAddress:80 -<VirtualHost GuestNetIpAddress:80> - <Location /ovirt> - RewriteEngine on - RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] - </Location> -</VirtualHost> - -NameVirtualHost GuestNetIpAddress:443 -NameVirtualHost AdminNetIpAddress:80...
2007 Nov 23
3
webserver setup
Hi, I have setup a webserver on CentOS 4.5 with NameVirtualHost. Two VirtualHost should be reachable by port 80 from outside, while the third (default) should be only reachable by https from outside but by http from inside. Since all share the same IP firewalling seems to be out of question. So is there a way to restrict that in Apache config? regards, Andrea...
2005 Sep 08
3
Error when starting apache
...re-starting apache. The box has 2 sites on it, both of them are vsites on the same IP as is assigned to the server. The error is (ip masked on purpose): /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: [Thu Sep 08 17:03:48 2005] [warn] NameVirtualHost **.**.***.**:80 has no VirtualHosts [ OK ] Is this normal for this server? - Bill --------------------------------- William J.A. Brillinger Precision Design Co. E-Mail: mailto:billy at pdcweb.net Web site: http://www.pdcweb.net
2014 Feb 06
3
Virtual Hosts question
...x.html file. Unfortunately it doesn't work. The error is "Directory index forbidden by Options directive: /var/www/wordpress/" and googling didn't help. I have my httpd.conf and error.log below. Thank you, Joe ============== httpd.conf ============== ServerName 192.168.0.99 NameVirtualHost *:80 <VirtualHost *:80> ServerName IDoNotExist.com DocumentRoot /var/www/html DirectoryIndex Index.html index.html </VirtualHost> <VirtualHost *:80> ServerName X.com ServerAlias www.X.com DocumentRoot /var/www/wordpress DirectoryIndex Index.html index.html index.ph...
2014 Jun 10
1
apache server-status permission denied
...he2/bin/httpd -k start apache 28363 28359 0 21:38 ? 00:00:00 /opt/apache2/bin/httpd -k start And if I check apachectl -S things look ok there too. I can also see I'm using the right config: [root at webhosta apache2]# /opt/apache2/bin/httpd -S VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: *:* is a NameVirtualHost default server test.mydomain.com (/opt/apache2/conf.d/z001_mydomain.conf:1) port * namevhost test.mydomain.com (/opt/apache2/conf.d/z001_mydomain.conf:1) port * namevhost webhosta.dmz.domain.com (/opt...
2008 Aug 20
4
mod_proxy, mongrel, redirect issue
Hello, I am configuring apache 2.2 to serve my rails app through mongrel at the root of my server. First, I redirect all http traffic to https with the following: ServerName emiliano NameVirtualHost *:80 <VirtualHost *:80> RedirectPermanent / https://emiliano #this server is only accessed internally </VirtualHost> Inside the <VirtualHost *:443> section, I have the following configuration, which seems extremely standard: <Proxy balancer://mongrel> BalancerMember h...
2011 Jun 02
2
nfs webroot 403's
.../example.com] #httpd -S [Wed Jun 01 22:14:16 2011] [warn] module php5_module is already loaded, skipping Warning: DocumentRoot [/var/www/html/example.com/jokefire/project_files] does not exist Warning: DocumentRoot [/var/www/html/example.com/store] does not exist VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: _default_:443 VIRTCENT07.summitnjhome.com (/etc/httpd/conf.d/ssl.conf:81) *:80 is a NameVirtualHost default server blog.example.com (/etc/httpd/conf.d/blog.conf:1) port 80 namevhost blog.example.com (/etc/httpd/conf.d/blog.conf:1)...
2006 Jun 09
2
Virtualhost, Alias & Subdomains
I am having a problem with subdomains, alias & virtual hosts Centos 4.3, Apache 2.0.52 & PHP 5.04 I can get the primary to work, but not the aliased servers. http.conf extract ********* NameVirtualHost * <VirtualHost *> ServerName www.domain.com DocumentRoot /var/www/html/domain/ ServerAlias www.altdomain.com <http://www.altdomain.com> </VirtualHost> <VirtualHost *> ServerName subdomain.domain.com DocumentRoot /var/www/html/subdomain/ ServerAlias www.subdomain.alt...
2005 Jul 04
3
CentOS 4.1 Apache
Hi folks, I've just put CentOS 4.1 on my webserver, displacing OpenBSD (1 up for Linux :-)) I found that the Virtual Hosts function doesn't appear to work. All virtual hosts accesses default to the main www directory instead of serving from their respective directories. Has anyone else found the same problem? Thanks. Ben
2016 Nov 20
3
CentOS 6, Apache 2.2.15 and SNI?
Hello, is Apache 2.2 which is part of the CentOS distribution capable of SNI? I have troubles that are coming from server side (CentOS 6.8, Apache 2.2.15) just did 'yum update' in /etc/httpd/conf/httpd.conf I've the following NameVirtualHost ipaddr:443 Include /etc/httpd/conf/vhosts/vhost-ssldom1-box.conf Include /etc/httpd/conf/vhosts/vhost-ssldom2-box.conf both 'vhost'-files are like this: <VirtualHost ipaddr:443> ServerAdmin webmaster at domain#.com ServerName vhost.domain#.com:443 ServerAlias box.domain#.com:443 S...
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
...orwardDirectories JkLogStampFormat "[%a %b %d %H:%M:%S %Y]" JkAutoAlias /usr/local/jakarta-tomcat-5.5.4/webapps JkShmFile /etc/httpd/logs/mod_jk.shm JkMount /servlet/* ajp13Worker JkMount /*.vm ajp13Worker JkMount /therestaurant/servlet/ControllerServlet/* ajp13Worker </ifModule> NameVirtualHost xxx.xxx.xxx.xxx:80 <VirtualHost xxx.xxx.xxx.xxx:80> ServerAdmin vaneet at iwg.info DocumentRoot /usr/local/jakarta-tomcat-x.x.x/webapps/therestaurant ServerName www.therestaurant.name </VirtualHost> And below is workers.properties file worker.ajp13Worker.port=8009 worker....
2009 May 21
2
[PATCH server] Fix anyterm for multinode support
...conf | 6 ++++-- src/app/controllers/vm_controller.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf index 6e5eea9..62f2dd8 100644 --- a/conf/ovirt-server.conf +++ b/conf/ovirt-server.conf @@ -23,8 +23,10 @@ NameVirtualHost AdminNetIpAddress:80 RewriteEngine On RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node - RewriteRule ^/terminal/(.*\.(js|css|gif)|proxy/anyterm-module)$ http://${vmnodes:anyterm}:81/$1 [P] - RewriteRule ^/terminal/(.*)$ http://${vmnodes:$1}:81/anyterm.html?param=$1 [P,NE] + RewriteRule ^/te...
2007 Feb 07
8
Apache+Mongrel Redirection Problems
...wo virtual hosts. /ETC/HOSTS LOOKS LIKE THIS: # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost egovm04 10.4.1.84 rss 10.4.1.84 railstest HTTPD.CONF LOOKS LIKE THIS: [snip] NameVirtualHost 10.4.1.84 <VirtualHost rss> ServerName rss ServerAlias rss RewriteEngine on RewriteRule ^/rss(.*) http://10.4.1.84:5432$1 <http://10.4.1.84:5432/>[P] ProxyPass / http://10.4.1.84:5432/ ProxyPassReverse / http://10.4.1.84:5432/ </VirtualHost> <Virtua...
2006 Feb 14
2
apache virtual host
I don't ever do this... Shouldn't this be enough to set up a virtual server in apache? I did create an entry in /etc/hosts and in dns for this fqdn it still gives me the contents of /var/www/html and not /home/craig/ruby-db/th-db/public <VirtualHost *> DocumentRoot "/home/craig/ruby-db/th-db/public" ServerName app-server.tobyhouse.com <Directory
2009 May 11
1
[PATCH server] Lower apache retry interval
This will cause apache to try reconnecting more often to the ovirt backend so when it restarts, it's less noticeable to the user. --- a/conf/ovirt-server.conf +++ b/conf/ovirt-server.conf @@ -21,7 +21,7 @@ NameVirtualHost AdminNetIpAddress:80 TransferLog /etc/httpd/logs/access_log LogLevel warn - ProxyPass /ovirt http://AdminNodeFQDN/ovirt + ProxyPass /ovirt http://AdminNodeFQDN/ovirt retry=3 ProxyPassReverse /ovirt http://AdminNodeFQDN/ovirt </VirtualHost>
2009 May 21
1
[PATCH server] Fix for anyterm and multiple nodes
...#39;re going to manage that change though. --- conf/ovirt-server.conf | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf index 6e5eea9..1d7816f 100644 --- a/conf/ovirt-server.conf +++ b/conf/ovirt-server.conf @@ -23,7 +23,8 @@ NameVirtualHost AdminNetIpAddress:80 RewriteEngine On RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node - RewriteRule ^/terminal/(.*\.(js|css|gif)|proxy/anyterm-module)$ http://${vmnodes:anyterm}:81/$1 [P] + RewriteRule ^/terminal/(.*)/proxy/anyterm-module$ http://${vmnodes:$1}:81/$1 [P] + RewriteRule ^/ter...
2009 Sep 08
1
ovirt web interface
Good morning, I build ovirt following instruction o ovirt.org but when I try to connect to the web interface the following error is reported: Redirect Loop I think the problem is first lines in ovirt-server.conf under /etc/httd/conf.d: NameVirtualHost 172.25.0.52:80 <VirtualHost 172.25.0.52:80> <Location /ovirt> RewriteEngine on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] </Location> </VirtualHost> I tried to delete the above lines and it seems to work but with some errors (for example I...