Apache (HTTP Server) /əˈpætʃiː/ is a modular cross-platform web server software with a large variety of features(called modules) including SSL, compression, log, proxy and server-side programming language interfaces like Perl, Python, Tcl, and PHP.
0
votes
0answers
45 views
Error with subprocess in python and apache as well as requests
I am trying to develop a website with django, and I had everything running fairly well under my development environment but now that I am trying to deploy it to an apache based server I am running ...
0
votes
0answers
50 views
migrate .htaccess to lighttpd config
can u help me to convert the following .htaccess to lighttpd config?
AddDefaultCharset utf-8
RewriteEngine On
RewriteBase /
RewriteRule ^one-two-([.a-z0-9_-]*)?\.html$ result.php?url=$1 [QSA,L,NC]
...
0
votes
1answer
19 views
apache2 - mod_rewrite problems
I am trying to rewrite a URL so that it does this:
This: domain/404?hello to domain/e.php?n=404&u=hello where 404 is static, but string u can vary.
This is what I've tried, but it does not work.
...
0
votes
0answers
82 views
The requested URL /frontend/ru/site/login/ was not found on this server
I have a problem, that my project working very nice on windows(on apache server ),then I moved my project to ubuntu 12.04 (apache2 server), but my project do not working.
apache2
php 5.3.10
mysql ...
0
votes
0answers
56 views
ImproperlyConfigured: Requested setting MIDDLEWARE_CLASSES, but settings are not configured
i am confuring the apache mod_wsgi to django project
and here is my djangotest.wsgi file
import os
import sys
sys.path = ['/home/pavan/djangoproject'] + sys.path
os.environ['DJANGO_SETTINS_MODULE'] ...
0
votes
2answers
88 views
mod_rewrite rules for clean URLs with optional parameters
I have the current URL:
http://domain.com
When you visit this URL it by default loads:
http://domain.com/index.php
In my .htaccess I have:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ...
0
votes
0answers
18 views
Virtualhost with ServerName in Debian / Youbuntu
I use a third party DNS , i have an A record set up
that points to the IP address.
and i have a CNAME which i think is useless because
i just wanna see it work not really interested in CNAMEs.
on ...
0
votes
0answers
114 views
httpd.conf alias not allowing access
I'm trying to create a new project on my local machine. Usually when I have a project, I create an alias in the httpd.conf file. But in create the lastest alias I get a 403 Forbidden error which I do ...
-1
votes
1answer
59 views
Access a virtual host directory remotely via url [closed]
I have a LAMP stack using virtual hosts to serve multiple websites, each with different domains, each site is within its own directory in a public folder.
I've created a new directory to hold files ...
0
votes
1answer
19 views
.htaccess permalinks
I have an .htaccess file containing this:
RewriteRule ^page/(.*[^/])/?$ index.php?page=$1 which basically takes page/1/ to index.php?page=1, and it works. But how can i force the index.php?page=1 ...
0
votes
3answers
278 views
The requested URL /frontend/ru/site/login/ was not found on this server
I have a problem, that my project working very nice on windows(on apache server ),then I moved my project to ubuntu 12.04 (apache2 server), but my project do not working.
apache2
php 5.3.10
mysql ...
0
votes
1answer
90 views
.htaccess file set-up on ubuntu 12.10
as soon as i save these .htaccess file on my server i got a error 500 internal server error, any idea how can i resolve it. the other issue for some reason these .htaccess file works on the tutorial i ...
5
votes
2answers
174 views
speed up apache redirects by putting dns in hosts file
i am using apache and have a domain e.g.: www.example.com.
I redirected example.com to www.example.com by using this:
http://stackoverflow.com/a/1100363/441907
I also have a virtual host entry for ...
2
votes
0answers
75 views
Zend Server resets to defaults on Zend Studio 10 startup
I' m running Zend Server 6.0.1 and Zend Studio 10 on Mac OS X Mountain Lion. Because Zend Servers Apache listens to port 10088 by default on Mac OS, I changed that in Apache configuration file to port ...
1
vote
1answer
88 views
htaccess mod_rewrite is not working on 1&1
I have a .htaccess file located in my webservers /marssolover/protected folder which allows me to get a file from the protected folder and stream it via the filestreamer.php file located in the same ...
0
votes
2answers
46 views
writing apache2 htaccess file
I think my question is not clear enough, i will rewrite it.
I want to echo my url from my index.php, it didnt work for me so i included the php code. if it help i have include .htaccess file.thanks
...
1
vote
1answer
1k views
APC and child pid XXXXX exit signal Segmentation fault [closed]
First I had xCache installed on server, I had xCache on lot of my servers but in this one after couple of days you go nothing except a blank page with this error in apache error log:
child pid XXXXX ...
1
vote
2answers
43 views
Is it possible to use “%{HTTP_HOST}” in ProxyPass?
I'm trying to implement a transparent proxy using apache2 and mod_proxy that for now - doesn't do anything. just forwards the traffic to the correct "host".
I don't want it to be host-dependant - but ...
0
votes
0answers
23 views
How to set different php version in apache2
I saw quite a few questions and responses regarding how to set up apache2 with different php versions, but what most of them had in common is that you need to compile your apache2, then you need to ...
-1
votes
2answers
48 views
Apache ignores virtual host that matches server hostname [closed]
I have an interesting problem on a debian squeeze based server.
there is a default virtual host with < VirtualHost *:80 >
then there is a virtual host with a ServerName "foo.bar"
Whatever i do ...
2
votes
2answers
127 views
php odbc_exec doesn't work unless I echo first?
I am trying to query an access MDB file using php odbc_connect and odbc_exec. The idea is to return an array which I can then translate to json.
I am running php through apache2 on Ubuntu 12.10
...
1
vote
2answers
77 views
Apache redirect domain to folder is not specified
I need to redirect my domain to a sub folder if a sub-folder is not specified in the URL request.
For eg.
a) If request comes from "domian.com" or "www.domain.com", I want to redirect it to ...
1
vote
0answers
37 views
mod_mono reboots server process every minute, on the minute, citing file changes as reason
Running mod_mono server 4.0 on Fedora 17, every minute, on the minute, mono reboots itself, citing file changes as the reason for rebooting, despite the fact no files have been made.
On occasion but ...
2
votes
1answer
55 views
Display virtual hosts from a php script?
I am looking to be able to build a script that will display all the virtual hosts running under my Apache (Ubuntu) development machine.
To date, I've not found any examples or anything close to what ...
0
votes
2answers
65 views
URL Rewriting doesn't seem to work. Apache2
I would like it so that when the user goes to
http://mysite.com/home that it redirects him to http://mysite.com/page.php?id=home. This is what I put in my .htaccess, but it doesn't seem to work.
...
0
votes
2answers
69 views
Apache2: 429, Too Many Requests response
My Apache returns a 429 error code when I start using my API intensively. De API calls are generated by SAP BusinessObject and send to my 'Reverse Proxy' to convert HTTP to HTTPS. The Reverse Proxy ...
0
votes
1answer
34 views
list loaded apache2 modules fail in debian
I wanna list loaded apache2 modules in debian 5, using
"apache2 -M"
but i have found it return following error
apache2: bad user name ${APACHE_RUN_USER}
any idea to fix it?
0
votes
1answer
57 views
Django Based framework virtual host setup https on Apache
I am using a django based framework and have successfully figured Apache settings for http mode. Basically I have done the setting correctly on <VirtualHost *:80> ... </VirtualHost> and ...
2
votes
0answers
35 views
Move top level domain to sub-directory to host multiple sites on same domain using Apache
I have a multiple sites on different domains using a SaaS LAMP application. I'm attempting to move all of the sites under a single domain, and allow for additional sites to be added without monkeying ...
0
votes
0answers
162 views
Javascript with Apache 2 Proxy rewrite rules and Plone
I have a Plone site behind and Apache2 Proxy server that has two web pages that uses a java script. That Plone site and Java Script functions correct with out that Apache 2 Proxy Server. Plone does ...
0
votes
1answer
63 views
AJAX XMLHttpRequest gives error
I have to deploy an application writhed on php, it was developed using a wamp server (on win). Now I have to deploy it on a apache2 debian server. The application works on the developers PC using wamp ...
0
votes
1answer
124 views
Always getting 404 error with Symfony
I am a beginner into Symfony, and I'm having troubles to made it works. I'm running apache 2 on my machine (ubuntu). It seems that I can reach the configuration by the url:
...
0
votes
0answers
172 views
1GB VPS - Apache Worker MPM - FCGID - Max concurrent connections - RAM CAP
I have spent a week or two researching and setting up my server to run Apache with the Worker MPM and FCID. I am trying to optimize it to allow for the most concurrent connections possible. It has ...
0
votes
1answer
75 views
apache 2.2 subdomain proxypass configuration with jetty 8
i am trying to proxypass a subdomain xxx.yyy.de to a jetty webapp on yyy.de:8080/app.
First i followed the documentation http://wiki.eclipse.org/Jetty/Howto/Configure_mod_proxy which is pretty ...
0
votes
0answers
60 views
Modifying the `host:` header sent from browsers in iOS?
When a website is requested from web server using a browser, the browser sends it an HTTP host: header.
The host: header header tells the web server which DNS-Name resolved its' ip allowing for ...
0
votes
0answers
36 views
Apache2 - Automatic redirecting of subdomains to subdirectories
I need a help with the Apache2 mass virtual hosting configuration. I read the other answers but I just don't get it...:(
I have the following root directory:
/opt/bitnami/apache2/htdocs
Now I want ...
3
votes
2answers
71 views
Apache or PHP generating prepending line feed character
I am trying to generate an XML file in a PHP web application:
<?php
...
header('Content-Type: application/xml');
header('Content-Disposition: attachment; filename=test.xml');
echo "<?xml ...
0
votes
3answers
104 views
PHP Install Failure With wampserver2
I installed wampserver 2.2e (php5.4.3 / apache 2.2.22) on my Windows 2003 machine, and get this error in the system event logs:
Generate Activation Context failed for ...
0
votes
0answers
9 views
Apache2 set up to translate http://a/b/p into http://a/b/index.cgi/p
I'm trying to setup bikini wiki on my Mac.
I copied the directory, and added these lines in apache configuration.
ScriptAlias /bikini /Library/WebServer/Documents/bikini-1.2.1/index.cgi
AddHandler ...
1
vote
1answer
217 views
apache2 FastCGI comm with dynamic server aborted first read idle timeout
Summary: Unable to run any of the most simple “Hello World” FastCGI script, any request always terminating into a time out. Seems there is no communication at all between the server and the FastCGI ...
-1
votes
1answer
21 views
Can I remove the default Apache2 sites? [closed]
I'm setting up my first Apache2 server and having a bit of an issue. I want to have several VirtualHosts that are pointed to by separate domains, which I have working correctly. However, when you ...
15
votes
2answers
697 views
OpenSSL not working on Windows
Problem: OpenSSL is not working in my Windows environment.
Environment:
Windows NT x 6.1 build 7601 (Windows 7 Business Edition Service Pack 1) i586
Apache/2.4.4 (Win32)
PHP/5.4.13 x86
PHP ...
0
votes
1answer
90 views
apache2 django mod_wsgi htaccess
I want to have Apache serving .htaccess file to fix firefox Access-Control-Allow-Origin.
I'm using mod_wsgi and my httpd.conf looks like this:
Alias /static/ /home/ubuntu/my-django-app/static/
...
0
votes
0answers
62 views
Apache with mod_wsgi and python returns 500 periodically
I have a website running on Python and Flask. 4 times out of 10 it returns a 500 error, randomly as far as I can tell.
from flask import Flask
app = Flask(__name__)
@app.route("/")
def index():
...
0
votes
1answer
27 views
How do I configure php/apache2 to display exceptions but not stack traces?
What error reporting combination is required to display exceptions but not full stack traces?
ie:
throw new Exception("This is an exception");
Show "This is an exception" but not the full trace ...
0
votes
0answers
61 views
SOAP request size
I am using a SOAP service to send files to a storage.
Those files are base 64 encoded in the envelop.
This works fine for files whose size is lower than 1M.
The apache server crashes without any trace ...
0
votes
0answers
22 views
Apache SSI's not working for files with no extension
I am trying to configure Apache HTTP server to process Server Side Includes (SSI's) for files that have no extension (specifically, files called index with no extension).*
I have so far tried the ...
0
votes
1answer
34 views
ProxyPass not setting port
I'm trying to run a jetty/wicket application behind a proxy. This to avoid users to type the port number of the jetty.
ProxyPass /test http://xx.xx.xx.xxx:8012/myapp
ProxyPassReverse /test ...
0
votes
0answers
20 views
Apache 3rd party libraries when running Django
I am using Apache2 to serve a Django app. The Django app uses Intel libraries with Numpy. However, when Apache loads the Python scripts, it doesn't use the Intel libraries.
Here is what I have in ...
0
votes
1answer
119 views
mod_evasive module DOSSystemCommand and DOSEmailNotify option are not working
I have installed apache2 with mod_evasive module on Ubuntu 10.04 and I would like to get an email alert whenever mod_evasive blacklist an IP. For that I have mentioned my email address in ...





