|
APache is installed and is used to serve mostly Djanfo/Python content. I want to install nginx to serve static content. How to do it and what is agood configuration.
I am on ubuntu and Apache was installed via apt-get.
Started by shabda on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
In debian world
for apache in /etc/apache2/ports.conf include:
Listen 1.1.2.3:80
in vhost file/>
for nginx in /etc/nginx/sites-enabled/ add:
listen....
First option: do you have few ip addreses? bind apache to one of them, nginx to another.
|
|
I was using XAMP for windows but there were forming a lot of problems with MySql so uninstalled it and installed Apache Web Server . I connected Apache to PHP and it worked fine. I installed MySql again and it worked fine.
Now I can not get MySql to work...
Started by Eric on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Mysql_connect() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\mysqltest.php.
|
|
How do I best figure out if and where Apache is installed on a windows machine?
I'm writing a script that uses the installed apache, but sets up it's own config & server-root, and I don't want to hardcode it nor have the user explicitly set it (unless...
Started by Marcus Lindblom on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
But if one does that, it's located, log, doc-root, ... .
It is installed in c:/Program Files/Apache Group/Apache2/bin/Apache.exe
Rest of the directories (conf installed Apache for all users on my machine, hence no registry key.
|
Ask your Facebook Friends
|
I'm getting "No apache MPM package installed" when trying to configure virtual hosts on apache2.2.
I compiled apache2.2 from source and I did not use --with-mpm=NAME option. I thought it will compile with default one then. So the question is, is there...
Started by Sejanus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Having with the type of MPM modules are compiled....
MPM is a process/thread management issue within the apache web server.
You host is a core option.
If you compiled it from source on Linux the default prefork mpm should have been installed.
|
|
I've got Apache 2 installed on a Suse machine. I've gone through its configuration files, checked out which modules are installed in Yast and even tried writing a rewrite rule in a .htaccess which doesn't work. I can't seem to find mod_rewrite anywhere...
Started by Manos Dilaverakis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Also, I'd be surprised if the server.
If it passes, mod_rewrite is installed (possibly built-in), if it errors out saying that RewriteEngine is an unknown directive, then it's not installed.
A configtest.
|
|
Normally when I want to run a php script from the command line I just create a php page, add a shebang pointing to the php binary, then ./file.php to run it. Since I have php installed as an apache module, I'm not even sure what my shebang should look...
Started by David on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If it's just an Apache module, I don't think you can do it… At least, not without using a script like this:
$ cat run_php_with_apache #!/bin/sh cp "$1" /var/www/ curl "http://localhost/`basename "$1.
|
|
The subject says it all. is there a command for doing this?
Started by pindiwala on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Or, less ....
Etc ...
Try apachectl -V:
$ apachectl -V Server version: Apache/2.2.9 (Unix) Server built: Sep 18 2008 21:54:05 Server's Module Magic Number: 20051115:15 Server loaded: APR 1.2.7, APR-Util 1.2.7 Compiled using: APR 1.2.7, APR-Util 1.2.7 .. .
|
I want to host my own home web server. I installed Apache already but I can't log in other computers
Hi guys
I'm using Windows Vista, I have Apache installed already. Apache is working great, but I want to allow my website to be viewed publicly.
When I entered my ip address(the one hosting the website) on other computers, the page doesn't show up. It...
Started by Raymond G. on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
From your screen shot set.
In which case you would have to change the port Apache runs on as well.
|
|
Recently our Software Analytic provider ( NETTRACKER ) sent us a plugin in order to be able to capture visitors in a better way. This plugin is for Apache 1.x and Apache 2.x. They said and I quote
that since Apache Tomcat is built on Apache HTTP server...
Started by Geo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A plain installation....
Apache HTTP server is developed in C and so of HTTP server).
It is impossible to use a plugin for Apache HTTP server with Tomcat.
Apache Tomcat and Apache HTTP are completely different server technologies.
|
|
The thesaurus function has worked flawlessly until today, after having installed 3.4.
(In Windows) a right click on a word used to open the drop-down menu, wherein one could choose "synonyms,"
but that choice no longer appears, and the Thesaurus choice...
Started by BigSky27 on
, 13 posts
by 3 people.
Answer Snippets (Read the full thread at openoffice):
Apache OO 3.4.0 on Windows 7 May 15, 2012
My best guess ....
I cannot get the edit function to do anything with
the Thesaurus .
|