The apache tag has no wiki summary.
0
votes
0answers
5 views
Where do I set AddType video/mp4 .mp4 on an Apache server running Django through WSGI?
I'm currently serving mp4 video files from my Django site so that they can be played through html5 in the browser. The video doesn't work in Win 7, IE9. I have read around and people suggested I ...
0
votes
1answer
17 views
Where is the Apache configuration located on Linux Mint?
Using the command
gedit /etc/apache2/httpd.conf
produces a text file containing just one line. I need to change the DocumentRoot of my Apache configuration so as to use with the CakePHP framework.
0
votes
4answers
38 views
How can I determine if Apache is installed on a system?
I have Linux Mint on my computer but I don't know how to find out whether Apache2 is on it or where it is actually installed. I run my web browser (PHP installed) with http://localhost as a URL and it ...
0
votes
2answers
26 views
Apache subdomains in regards to DNS
Lets say I run a webserver, apache.
I have a domain known as example.com.
The name servers and such are correctly configured for example.com
to resolve to the IP of the webserver, which serves the ...
0
votes
0answers
11 views
Error starting Phoenix for Apache James?
I can get the run.bat in the \james-2.3.2\bin file to run, but when I try to start phoenix.sh I get this:
Jacob@Jacob /c/program files/apache software foundation/james-2.3.2/bin
$ phoenix.sh start
...
0
votes
0answers
28 views
Resource usage of NGINX vs Apache for low usage server [closed]
I have to run a local webserver off a Pogoplug, as a result of which resources are very constrained (128 MB RAM, dual core chip but not very fast). Usage on the server is going to be low at present - ...
0
votes
1answer
27 views
Setting up Vhosts or .Htaccess file to shorten links in site development under Snow Leopard
I have a synced folder that multiple people develop on and it's located at /Users/myname/Sites/SharedCloud, which I access at localhost/~myname/SharedCloud/ and sometimes going through the project ...
0
votes
0answers
30 views
Encrypted File is corrupted when uploaded to server via HTTP Post
i am making an application which has a function that it encrypt file and then upload it to the server via HTTP POST. I tried it and it works fine when i test it on localhost (Local Server on my same ...
0
votes
0answers
31 views
Is there any software to visualise Apache HTTPd configuration?
I need to graphically represent Apache 2 HTTPd configuration. Is there any software or scripts that can do this for me?
Any suggestions would be appreciated. Thanks!
0
votes
3answers
115 views
Can't access Apache in my CentOS Virtualbox
I'm setting up a VirtualBox with CentOS so I can test out all my code, etc. on a Linux box instead of the Windows I use for development.
I just got the SSH working (I SSH to localhost:2222 and it ...
0
votes
1answer
65 views
How I can verify that nginx reverse proxy + apache works correctly?
I've installed nginx reverse proxy + apache2+mod_php.
How I can verify that I've made everything right and nginx works with static content only and apache2 with php only?
Web-application is Magento. ...
1
vote
2answers
44 views
Does apache + nginx and sphinx provide benefits when deploying Magento
Can any provide a method where I can establish which of the following configurations would provide the best performance for a Magento based site:
apache + mod_php
apache + mod_php + nginx (as proxy ...
0
votes
2answers
137 views
How do I install ffmpeg on Windows 7
I'm using Windows 7 and Zend server for my PHP.I have fed up completely searching and trying every methods of installation found on internet.
Luckily, I installed it well on my Ubuntu machine at my ...
0
votes
1answer
70 views
passwordless sudo apachectl
I'd like to be able to restart apache under OS X Lion without entering a password. I tried placing this in /etc/sudoers:
<User> ALL= NOPASSWD: /usr/sbin/apachectl
But when I execute apachectl ...
0
votes
0answers
71 views
Apache Won't List Full Directory
I'm using the Apache on my home Linux computer as a temporary server to share a few files between some friends. As such I just want a directory listing for these files, along with the ...
0
votes
0answers
60 views
Xampp: error 403 on Linux but not on Windows
I have installed Ubuntu and XAMPP on my computer but when i start the web server and go to htt://localhost/webname (webname is the folder name inside htdocs) i receive error 403.
There .htaccess ...
0
votes
1answer
30 views
Using Plesk to setup MySQL
Having trouble getting my mysql up and running on a new virtual server. The host gave me Plesk and I think MySQL is installed but I can't seem to access it.
I keep getting this:
mysql -u admin -p
...
1
vote
2answers
17 views
apache cache from wan link disk store
The Problem: I want to host lots of digital photos from a website. More than the host has disk space.
The background: I have a vps which hosts a website, the machine has tons of bandwidth but not ...
0
votes
0answers
4 views
Tracking down memory issues affecting a website [migrated]
I've got a website (Wordpress based) that became unresponsive. I SSH'd into the server and saw that we were out of memory. Errors in my apache log files indicated the same... things failing to be ...
0
votes
1answer
14 views
Apache webserver looking for internal address when accessed from internet
I have installed Apache webserver on my Ubuntu 11.10, and have forwarded request to port 80 to my internal address. When accessing from local machines it all works very well, but when accessed from ...
0
votes
2answers
39 views
Apache Web Server Works Locally Not Globally
I have been at this for a while tonight and thought I would seek some help before I hit the sack. I have successfully downloaded Apache and can run it without any issues on a fedora 16 box acting as ...
0
votes
0answers
39 views
SSO with Apache+SSPI+Windows - works with NetBIOS name, not with FQDN
I'm using mod_auth_sspi with Apache on Windows Server 2008. SSO works fine on IE if I use the NetBIOS name of the computer, say serv1 (or serv1.domain.com) . But if I use a different FQDN it does not ...
0
votes
0answers
22 views
Apache 2.2 on WinXP refuses to start if DocumentRoot path is on DriveCrypt drive
I'm running a local Apache server for testing purposes, my setup worked just fine until I upgraded to Apache 2.2 and now it refuses to start. I use virtual hosts like this:
<VirtualHost *:80>
...
0
votes
0answers
23 views
Prevent Apache RewriteRule from repeating
I'm creating a webDav client, and using an external php script to redirect users to their appropriate folder. I'm unsure about my rewrite rules - I want to make sure they only get fired off at most ...
-1
votes
1answer
44 views
How can I block external access to my local Apache test server on OS X?
I use the built-in Apache 2 that comes with OS X (10.6.8 in my case) for development. I've been looking in access logs and seen I'm constantly poked from outside by nosy bots. I'd like to make it stop ...
0
votes
1answer
41 views
Wildcard for /etc/hosts & Apache VirtualHosts
I have following structure of my web projects on my hard drive in /var/workspace/www/
firstdomain_com
\- www
\- anysubdomain
seconddomain_com
\- dev
\- api
\- www
I need to run all these ...
0
votes
0answers
14 views
TomCat Security Tips running on Windows 7 [closed]
I was wondering if you could give me some pointers on securing my home web server. I am going to use it to play around with java servlets to start with, but I may look at putting more stuff on there ...
0
votes
1answer
35 views
How to recovery Apache on Mac OS X Lion Server?
The Apache has broken.How to recovery it?
Can I delete the files in /etc/apache2,and then copy a new apache in it?
1
vote
0answers
67 views
Couldn't start apache
I've installed xampp 1.7.7 on windows 7 x64 and imported configuration files from 1.7.7.
With default php.ini which is shipped in 1.7.7, apache start, but the web pages are browsed white pages and at ...
0
votes
0answers
58 views
How to load XDebug extension by Apache on Fedora?
I have installed PHP on Fedora and when I ran a command line php -v, I saw XDebug is installed with it.
PHP 5.3.8 (cli) (built: Sep 28 2011 15:50:24)
Copyright (c) 1997-2011 The PHP Group
...
0
votes
0answers
42 views
OS X Lion - How to configure website on Apache
I'm on my first steps with OS X and I'm trying to setup Apache so I can develop a website. I configured a new alias on /etc/apache2/other with the following content, pointing to my project folder, ...
2
votes
1answer
51 views
Stopping Apache from listening in port 443?
Pretty self-explanatory. Is there any way I can make Apache stop listening in port 443 (Https). So that it only listens on port 80 (http)?
I'm working on a Windows 7 PC.
Edit 1: I installed Apache ...
0
votes
1answer
29 views
linux - installed wordpress lack write problems
I have recently installed wordpress but I have run into the problem that when i try to install plugins and themes i lack the permissions to write files.
My OS is linux ofc, running thru ssh terminal.
...
0
votes
2answers
47 views
Apache 1.3.37 not logging 404 errors
While attempting to diagnose another issue (which I asked about over here), I discovered that the apache 1.3.37 installation on a machine I inherited doesn't log 404 errors to error_log. I've scoured ...
1
vote
1answer
65 views
Apache returning 404 if pathinfo includes partially URI-encoded URL
(Wow, that title sucks... Feel free to make a suggestion in comments or edit it if you have a better one.)
I have a server with a CGI program which receives a URL as pathinfo, checks the user's IP ...
7
votes
3answers
137 views
How do I administer /var/www?
I'm new to Linux and I'm trying to setup a small testing server inside of a VM running Ubuntu Server. I've found the /var/www folder and it should be the one where my Apache documents are stored, in ...
1
vote
1answer
97 views
Permissions issue serving websites from Dropbox using Apache on Lion
I'm trying to serve web pages from my Dropbox folder (at ~/Dropbox/Projects/MySite/) on Lion 1.7.2 using Apache. But all I get are 403 Forbidden errors.
I'm positive this has something to do with the ...
0
votes
1answer
44 views
Apache adds /var/www to js file path
I'v got a problem. Client has VPS and we transfered magento system to it.
The problem is that if for example path to magento is /var/www/magento and there is some file in it like ...
0
votes
0answers
21 views
Apache/Lion not serving up site in local testing environment
Moved to serverfault: http://serverfault.com/questions/344271/apache-lion-not-serving-up-site-in-local-testing-environment
Ive configured Apache for Name-based Virtual Hosting but I can't seem to get ...
0
votes
0answers
16 views
cPanel displaying inconsistent data
My cPanel account is acting very weird lately. I made additions an addon domain yesterday and successfully transfer some files and it is working. Also, I have noticed yesterday that my cPanel disk ...
0
votes
0answers
62 views
allow public access to subfolder of protected folder on apache
I have password-protected the root folder of my website while i do maintenance, but I want to display a custom 401 error page to let people know the site is under construction. Unfortunately, my web ...
-3
votes
2answers
83 views
how do I use Apache web server? [closed]
I have a apache web server installed on my Ubuntu 11.04 laptop, I have no idea on how to use it. Where can I find information about it? Is there anything I "should" do when I now have installed it.
0
votes
1answer
44 views
Setting up local virtual host on Macbook
Trying to setup apache virtual host on my macbook pro for development.
Want to setup site so i can use the following url format.
http://example.local
This resolves to apache's default ...
1
vote
1answer
55 views
Strange http requests to my apache
Some time ago I've noticed that my apache gets some strange http requests, I mean the requests addressed to my 80 port. I had an error on my main page and looking to my apache log file I noticed that ...
1
vote
2answers
178 views
How do I access my apache server from a virtualbox vm? (both windows)
host: Windows Pro 7 x64, wamp installed, default settings
guests: 3 x Windows XP
How do I access my wamp server from my virtual machines without making it available to the internet? (you know, that ...
1
vote
0answers
33 views
.htaccess in subdir gets ignored by Wordpress' own .htaccess in /
I have a Wordpress installation on the root of an apache (I.E. on /) and WP wrote this custom .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
...
0
votes
2answers
37 views
.htaccess file ignored on Ubuntu server
I'm having a problem with an .htaccess file on a newly installed Ubuntu server running Apache2.
The .htaccess file in the directory where the WordPress files are located isn't being take into account ...
0
votes
0answers
57 views
Trying to compile just apache bench
I'm on a Mac lion, and trying to compile just apache bench.
I found some instructions to do:
~/Desktop: cp ./support/.libs/ab /usr/local/apache2/bin/ab
./configure --prefix=/usr/local/apache2
make
...
2
votes
1answer
76 views
How to completely remove MySQL files from my windows computer
I have recently installed apache, php, and mysql. Apache and php are configured properly, but when I tried to configure mysql it shows that there is already a security file for mysql that is setup and ...
0
votes
0answers
16 views
Trouble Opening a File As The Apache User
I am having trouble running a python file as the apache user.
When I run this command: sudo -u apache /etc/httpd/conf.d/upsell_by_id.py I get this error:
File "/etc/httpd/conf.d/upsell_by_id.py", ...