Fedora :: Apache - Configure The Virual Server
Oct 9, 2009
I have apatchi (httpd) installed on Fedora, and I am trying to configure the virual server. I have two websites: [URL] and [URL] and the machine has one public IP address. The problem that:
It always returning the default virual host (even if we typed in the url: [URL] or [URL]), it returns the default configured one (which is the first configured virual host). I have one public address on my machine, and my configuration as following:
[Code]....
Actually [URL] is the one which is used for the global configuration.
View 10 Replies
ADVERTISEMENT
Oct 25, 2010
I need to configure Apache for a 16 GB Server for maximum performance. It should have maximum requests and also with stand load. I have given the current configuration below.
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
[code]...
View 1 Replies
View Related
May 13, 2009
I am making a webserver running apache2.2.11. The webserver is running fine. I didn't configure/enabling apache with ssl when compiling. So how do I get my webserver to run the SSL? As far as I now apache2.2.11 i does not require to download mod_ssl and openssl, to have the webserver run SSL, But I should have something like this:
# /configure --prefix=/usr/local/apache --with-ssl=/usr/bin
When configuring. Is there a way I can enable it now and do I need to install something before enabing it? Or can I just redo this:
# /configure --prefix=/usr/local/apache --enable-ssl
And then rewrite the old version I have with no problems?
View 2 Replies
View Related
Jan 12, 2011
I want to configure Apache server in Red Hat advance server i make a web page in html foam
View 9 Replies
View Related
Sep 23, 2010
I'M trying to configure SVN in CentOS 5 without Apache, the connection should be possible with some SVNClient like tortoisesvn or another.
Following this guide i proceeded:
yum install subversion
useradd -d /home/svnroot -c subversion svn
passwd svn
svnadmin create /home/svnroot/proyecto_1
pico /etc/csf/csf.conf (enabled ports and restart with csf -r)
[Code].....
how to connect to the repository from my PC?
I don't know how to do it
I understand that this svn are running with svnserve but i don't know the way to connect from my PC with a svnclient, like rapidsvn or another.
View 2 Replies
View Related
Oct 4, 2010
I have a question to masters of Apache. In my operating system (CentOS 5) I have installed two Apaches. One is Apache (port 80) from repository where I planning to configure proxy and second one is Apache integrated(port 8090) with KnowledgeTree software. The problem is that when I am trying to configure proxy reverse it simply doesn't work.
This is link to KnowledgeTree software:
- http://127.0.0.1:8090/knowledgeTree
This link I would like to rewrite with proxy like this:
https://myserver.com/knowledgeTree
(HTTPS dont forget)
In my ssl.conf in VirtualHost part I have created something like this:
Code:
<IfModule mod_proxy.c>
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
ProxyRequests off
ProxyPass /knowledgeTree http://127.0.0.1:8090/knowledgeTree
ProxyPassReverse /knowledgeTree http://127.0.0.1:8090/knowledgeTree
<Location /knowledgeTree/>
ProxyPassReverse /
</Location>
</IfModule>
When I am trying to connect I see only: Unable to connect. Firefox can't establish a connection to the server at ifdocu.contaxt.biz:8090.
View 4 Replies
View Related
May 14, 2009
Most of my googling odysseies lead me to articles which talk about compiling apache & php from the source as this is touted to be more flexible. But the problem we have is this...we already have an apache 2 web server running. Now how do we serve php pages of it.
View 1 Replies
View Related
Jun 2, 2011
I've been for a while trying to configure my apache to host 5 domains as virtualhosts in the same IP address, but seems that neither one makes it through... it always takes first one, because it is the default:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin xxxxxxx@xxxx.net
[code]....
As you can see I tried the ServerName with the http://, in quotes, without it...
View 11 Replies
View Related
Jan 23, 2010
i'm using James on Cent OS 5.4. NOw we figured out, that our firewall changes the signed mails on the signing gateway, which is the Cent OS Server with James. So... the question ist, how do i configure James to send mails out directly... not passing it to the firewall?
View 3 Replies
View Related
Jan 19, 2010
I need to deploy a dedicated Apache on Linux server which will host drupal based website. to serve around 5000 simultaneous requests. I need suggestions from experts on Hardware and Apache configuration, load balancing and clustering etc.
View 2 Replies
View Related
Feb 7, 2010
i am using rhel5. can anybody tell how to configure an apache server step by step
View 1 Replies
View Related
Oct 14, 2010
I am trying to solve a problem where Apache stats aren't displaying correctly in Munin. I've ran through quite a bit of checks and tests regarding Munin setup, but I think my issue is related to Apache, but my skill set there is lacking.
first, system info:
monitored server:
CentOS 5.3 2.6.18-128.1.1.el5
[code]....
View 7 Replies
View Related
Apr 16, 2010
setting up DKIM AND POSTFIX FOR UBUNTU 9.10 WITH VIRUAL DOMAINS
View 1 Replies
View Related
Jan 10, 2011
I'm the proud owner of a new 1U server, thought dont really know how to handle the next problem. The server runs VMWare ESXi 4.x and currently contains two virtual machines with Ubuntu server 10.04 installed on them. Both the virual machines have 50GB of Harddrive, thought one had another 1TB to use.
One of these virtual machines is going to be a fileserver (and has the 1TB for that reason) while the other machine is purely going to be used as webserver. The system uses one harddiskdrive of 1.5TB (hardware raid 1 configured)
The fileserver will contain images, which should be shown on the webserver. Therefor I need to setup a link between the images directory on the fileserver, so it can be accessed by the webserver. Now this is one and the same harddisk, but the partition is only availeble in the fileserver.
How can i configure this directory, so it can be accessed by the webserver automatically (e.g. that I dont have to remount the directory, after the fileserver has been down for whatever reason)
View 9 Replies
View Related
Apr 17, 2010
I installed apache server on my Fedora 12. Its showing the test page 127.0.0.1, but when I give the address 97.168.234.76 (0r www.chaalu-kam.com), it tells that the requested url could not be retrieved.
I have made the following additions to the /etc/httpd/conf/httpd.conf file
Code:
In addition to this, I have added this to my /etc/hosts file
Code:
I wanted to test the Apache server on my laptop only by putting an html file in /var/www/html and naming it as index.html. I want this index.html page to be displayed when I put www.chaalu-kam.com in my browser. What should I do? My firewall is off too
View 10 Replies
View Related
Feb 4, 2010
Any one have an idea How to clear apache cache without restarting apache server.
View 5 Replies
View Related
Jun 7, 2010
I'm running Ubuntu 9.10 in VirtualBox (OS X host) with Apache 2.1.12. I am developing in NetBeans on OS X and would like to FTP my code to Ubuntu to test on Apache. However, I'm not sure how to install mod_ftp in Apache on Ubuntu.
View 2 Replies
View Related
Aug 30, 2010
I've a task to configure an apache 2.2 with ssl.
View 1 Replies
View Related
Jan 24, 2010
I am upgrading my server and I have a lot of sites. Since I cannot take my server down for a few days, maybe a week until I manage to migrate all the sites to the new machine, I figured I could migrate them one by one. After migrating one, I would somehow tunnel the requests of that name virtual host to my internal machine. When everything is migrated, I would then switch the machines, update ip's and stuff and everything will work just fine.
However I cannot seem to find a way to do this tunneling. is this at all possible? If not, what alternatives do I have?
View 5 Replies
View Related
Apr 6, 2011
I started the mission to call my GLPI system from a hostname URL... i dont want use the IP address... but im dont know what i do!
I have Fedora 14 installed on VirtualBox running with the network interface bridge mode, fix IP address and in the dns server the name that i want is already registered... i have direct access to the network and the apache and mysql works fine... and here in my office we have a windows 2K3 domain controller and all the computers are logged in the domain... i dont know if i have to put the fedora linux in the domain or just configure something to work...
Today for use the glpi system i have to put in the URL bar: [url]
But i want: [url]
I allready look for the samba configuration to put fedora into domain, but dont works...
View 2 Replies
View Related
Oct 19, 2009
I have to go through an ERP projects. "README" file to setup the software gives following instruction which I have attached with this thread.So, according to first step I copied the entire "dolibarr-2.6.1" folder in "/usr/local/apache2". But whenever I call the browser with address given in "README" file my browser gives the following error message : Code: Firefox can't establish a connection to the server at localhost.Please let me know how can I configure the Web Server so that I can use the software.
View 1 Replies
View Related
May 27, 2010
I need to configure CHROOT for Apache 2.2.15.
I have a LAMP stack on my RHEL 5.0 box. LAMP Stack details (if required) are :
Code:
I have a rough idea that this can be done by mod_chroot somehow.
Any idea which version of mod_chroot to use and how ?
This is my /usr/local/apache/conf/httpd.conf
Code:
View 2 Replies
View Related
Feb 10, 2010
how can i install and configure Apache-Ant .
View 1 Replies
View Related
Sep 7, 2009
Can you help me to give the solution to how to configure DNS server and Mail server on RHEL 5.0
View 2 Replies
View Related
Mar 15, 2010
I found the desktop version but I am wondering is there a server version where apache php mysql are all there?
View 1 Replies
View Related
Aug 7, 2010
Do I need to install APACHE web server & PHP on my machine ? or it is inbuilt there ? If it is so then how to use the server ? I have Fedora 9.
View 1 Replies
View Related
Mar 29, 2011
I am having a problem getting Apache to serve out a directory. If I place an index.html in the Document.Root I can see that page. When I remove the index.html I only see the test page for Apache. the relevant section form my httpd.conf. I am not using virtual hosts just setting up one Apache instance.
As you can see from the below I have enabled Indexes so I am at a loss :-(
ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 120
KeepAlive Off
MaxKeepAliveRequests 100
[Code]...
View 3 Replies
View Related
Nov 20, 2010
I'm using the yast2 gui interface to configure apache. I think its called yast2_http_server. I added one website with *:80 set as the virtualhost ID. When I go to add a second website with the same thing, it errors out with: The IP address is already configured on another virtual host: *:80/mydomain.com. I have another opensuse box with many websites in apache configured this way.
View 1 Replies
View Related
Mar 5, 2011
I am running 11.3 64bit. I need to set up a simple web server, and I was trying to follow this tutorial to do it HowTo: Configure a Linux Apache Web Server on Suse/openSUSE for SSI, Includes, CGI, Common Gateway Interface, AddHandler, ExecCGI, AllowOverride, htaccess, DocumentRoot The web server is running but this part could not be applied and I need to change the ownership. it seems the command lampserver does not exist.
[Code]...
View 8 Replies
View Related
Mar 3, 2011
The web server component of Apache isn't actually called "Apache" right? It is called something else? I didn't realize there were so many parts. Also, is there a good newbie introduction to how to configure it for a basic web server?
View 5 Replies
View Related