The apache web server.
1
vote
1answer
30 views
Why do I get a 403 error when visiting /javascript on my website?
I was just playing around with a small web application I wrote today, wetagg.in.
When I visit the site with a path, like http://wetagg.in/unix, it will take unix as input and render content ...
-2
votes
0answers
8 views
Tomcat is automatically shutdown [on hold]
I am using VPS Server installed and installed the alfresco application successfully; the application was running smoothly. But suddenly Tomcat is shutting down automatically. What may be the reason?
...
1
vote
1answer
13 views
Apache authentication mutiple domain but same subdirectory
I've got several sites: example.com, example1.com, and example2.com in my wordpress. All of them point to my server's /public_html folder, which is my Apache root folder. What do I need to add to my ...
3
votes
2answers
30 views
How to manage error_log and access_log of apache?
I noticed my error_log file grows larger and larger.
I tried changing the LogLevel in httpd.conf from
LogLevel debug
to
LogLevel emerg
But I still see errors being posted about favicon.ico not ...
2
votes
2answers
51 views
24gb files removed but no changes to the available space. What could have happened? [duplicate]
We have this virtual machine that has Apache2 installed, we forgot to install a log rotate and we got 24gb of logs from Apache2, We removed those 24gb of log files but no changes occurred to the disk ...
1
vote
1answer
31 views
How to Link File URLs?
I am currently running WordPress/Woocommerce on an Apache server.
I have files for sale on the server, located outside of the public path for security.
I am attempting to link the downloadable files ...
2
votes
1answer
25 views
Can <Location /> be for multiple virtual hosts in httpd.conf?
I have 5 virtual hosts in httpd.conf. All of them have the configuration below except for one.
<Location />
Order Deny,Allow
Deny from all
Allow from IP.ADDRESS.GOES.HERE
...
1
vote
1answer
13 views
How can I rewrite with apache mode_rewrite an entire directory?
I need this URL/directory make/lores/some/ to point/map to login/
I also need to rewrite .php extensions to .html
Example
When the client types in example.com/make/lores/some/login.html the server ...
2
votes
1answer
28 views
Can Apache Web server Respond to SMTP/IMAP/POP3 requests?
Bear with me, please. I want to know what functions are provided by the Apache 2.4.9 Web server on Fedora 20. I understand that Apache responds to HTTP request only. I believe that SMTP and POP3 ...
2
votes
2answers
88 views
Subdomain for Nagios
I have a subdomain forwarding at ip xxx.xxx.xxx.xxx (domain.com)
Lets call it nagios.domain.com
Nagios worked at xxx.xxx.xxx.xxx/nagios but now it's not working due to a fact that app.domain.com took ...
0
votes
1answer
32 views
Apache serve a web page in different languages
I want to serve a web page in different languages depending on where the user comes from.
Eg. www.mysite.com/fr if the user is from France and www.mysite/es if the user is from Spain.
Also it would be ...
1
vote
0answers
17 views
apache mod_security and performance
I have a list of bots to block, so I was thinking that fail2ban could be a solution until I realized that mod_security would be more efficient in this kind of tasks.
The number of bots is huge, so ...
1
vote
2answers
221 views
CentOS - install using yum Apache 2.4
I need Apache 2.4 in CentOS because with Apache 2.2 mod_proxy_wstunnel is not possible. I have tried https://fedorahosted.org/SoftwareCollections/ but unfortunately its for RHEL after installing i ...
0
votes
1answer
18 views
Why does apache not define where to log by default?
When searching the occurrence of the chain /var/log in default configuration files of apache this cannot be found anywhere.
But log files are defined as such
# part of httpd.conf
ErrorLog ...
2
votes
3answers
53 views
Where should I place my websites files with multiple vhosts?
If vhosts are enabled, where should I place my website files?
/home/aunser/www
/var/www/site1, /var/www/site2
/usr/local/website/site1, /usr/local/website/site2
the systems is CentOS 6.x/RHEL ...
-1
votes
1answer
26 views
CentOS, Apache Vhosts enabled,but DOCUMENT_ROOT cant towards /home/auser/website/www1 [closed]
environment
CentOS 6.5 x86_64
Apache2.4.9 (locate=/usr/local/apache2)
PHP 5.5.13 (locate=/usr/local/php5)
Apache vhosts enabled.
site1
domain=localhost
...
1
vote
1answer
40 views
yum - No package httpd available (new VPS)
So I have a new VPS that only has the bare bones. Not what I was expecting at all and I may be well past my depth but I'm trying to get the essentials running. The host is Swedish and aggressively ...
0
votes
0answers
49 views
How to configure Alias in Apache 2.4?
I need to config a Alias in Apache 2.4 and work how phpmyadmin works in my Ubuntu AWS server. I created a site-enable file and add the following lines for it
Alias /admin1/ "/var/www/html/admin"
...
1
vote
0answers
138 views
Apache 2.2, PHP 5.3 and MySQLl 5.5 on Linux Mint 17?
Our stack consists of Apache 2.2, PHP 5.3 and MySQL 5.5. I've installed Linux Mint 17 Giana. If I install apache2 via apt, it will install Apache 2.4 which is not required for me.
Is there any way ...
3
votes
1answer
92 views
Can ssl folder be removed without causing conflict
In /etc/httpd the ssl folder, if that is removed does that mean any site on the server if directed to https:// will not throw warning?
I got a certificate a while back but soon realized if not a paid ...
1
vote
0answers
19 views
Ubuntu 12.04 apache2 site shows index of instead of actual site on redmine
I have an Ubuntu 12.04 server that has a successful redmine install on it. I have been using redmine on it for a while, but when I tried to set up the SSL cert using this method, ...
1
vote
1answer
80 views
index.html is not working in apache document root
I have got Ubuntu 12.04. I have a file index.html in apache'd document root but apache lists all the files when I access the document root from the browser.
It works fine if I replace index.html by ...
0
votes
1answer
24 views
Can I install LAMP over existing Apache installation?
I'm setting up my first VPS, and I installed and configured Apache before I realized that there was the LAMP package to do that for me. Can I run sudo apt-get install lamp-server^ or do I have to ...
1
vote
0answers
90 views
Improving TCP performance over a gigabit network
I have two machines both network cards speed is 10Gbps.
The inbound bandwidth between the two machines is 10Gbps, the outbound bandwidth internet bandwidth is 500Mpbs.
Both machines are using public ...
1
vote
0answers
74 views
Apache server: permission and symbolic link problem
I am using CentOS(Linux 2.6.32-431.11.2.el6.x86_64). I am trying to create an Apache2.2.15 web server. Every thing configured very well. My DocumentRoot is the default location i.e. /var/www/html. I ...
0
votes
1answer
13 views
Should apache still be making error_log files?
I have a VirtualHost set up like this
<VirtualHost my.ip.address.here:80>
DocumentRoot /home/todieama/public_html/dev/hop/public_html/
ServerName dev.example.com
ServerAlias ...
1
vote
1answer
117 views
Two HTTP servers on port 80 and 443
I use on my home server, Apache with one main application that is OwnCloud. So to access it from Internet I use URL ->
https://my_host.no-ip.org/owncloud
I use another HTTP application on the same ...
0
votes
2answers
135 views
Privileges for jenkins at apache's folder
I'm having issue similar to this:
How to copy files as Jenkins "post build" action if i don't have privileges to destination directory
I'm willing to move/copy/rsync files from jenkins ...
0
votes
0answers
72 views
Time out logs in apache
Can anyone please help me in debugging the below logs from apache mainly timeout error.
I have configured self signed ssl certificate for my abc.com website. But I am getting below logs in my sslerror ...
0
votes
1answer
51 views
PHP on centos 6 not working
I have installed PHP, MySQL, Apache on CentOS 6, now I have restarted the Apache and mysql, to test PHP i have created a index.php on /var/www/html/test/ now once i go to localhost/test/index.php then ...
0
votes
1answer
122 views
multiple ftp user sharing common home directory
I want to setup like mentioned, where I can create multiple ftp users with having same home directory.
What I have tried so far,
Created new user with pointing to the directory of ftp user as home, ...
1
vote
1answer
50 views
How to extract running Apache configuration from core dump?
Apache is loading the configuration from files into its memory. If the config files are changing the Apache process won't activate it until a reload/restart happens.
Now I have to debug the current ...
0
votes
1answer
94 views
Apache2 won't start in Arch Linux
I have seen many threads about this problem but the problem doesn't solved.
I'm trying to start httpd.service by this command :
$ sudo systemctl start httpd.service
Error :
Job for httpd.service ...
0
votes
2answers
329 views
Why is Apache running on port 8080 instead on port 80?
I am confused why Apache is not responding on port 80 ...
$ wget http://localhost:80
--2014-05-06 15:32:44-- http://localhost/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost ...
1
vote
1answer
86 views
Installing PCRE 32bit on RHEL 5 - resolving dependency for apache 2.4 install
I need to install Apache 2.4 32bit version on RHEL 5. I am not installing 64bit apache because the application running on the RHEL5 machine needs apache 32bit (or that's what I thinks because of the ...
0
votes
3answers
62 views
Creating list of domains using httpd.conf
I am trying to create a bash script that can generate a file which contains a full list of domains - from Apache's configuration file - that a web server hosts.
It actually seems quite easy. From ...
2
votes
1answer
67 views
Hosting on freeBSD
I already installed FreeBSD 10, Apache 2.4 and PHP 5.5. I also just bought a domain from GoDaddy, and I would like to setup a web-hosting in my server, in order to make my website to be reachable from ...
4
votes
1answer
42 views
How do you give a developer group access to apache, MySQL, php and the webroot?
We have 3 web designers that are currently logging in to our server via root to configure apache and setup websites.
I have very basic linux knowledge (I'm a web designer) and have created users and ...
5
votes
1answer
113 views
Apache, Group Permissions and User Uploads
I have a folder named "digitalgoods" with the following ownership -- apache:apache residing outside of the htdocs folder and is therefore not accessible to the public. However I need the same folder ...
0
votes
1answer
33 views
Permissions for non-htdocs directory
I have created a folder outside of my htdocs directory as a means of adding extra security for downloadable digital goods to be sold from within a Magento storefront; so my question is: what ...
2
votes
2answers
116 views
High Idle CPU / Low CPU Load average
After removing APC (alternative php cache), I noticed that there are less pagination access and less dirty pages but in the same time:
High idle CPU
Very low CPU load (relatively to the time before ...
1
vote
0answers
32 views
Apache2 virtual hosts with mod_wsgi settings question
I'm running a VPS on DigitalOcean (Ubuntu 12.04). I'm using a single instance to run multiple (currently 2) websites.
Originally I had one website (say, flaskwebsite.com) which uses flask and ...
0
votes
2answers
62 views
Apache folder permission error
I have a folder name public that I set up Apache to serve files out of, for some reason I was getting a 403 with the error message:
You don't have permission to access / on this server.
My ...
2
votes
1answer
68 views
Apache not selecting correct VHost as default
This is only happening on one server so I'm not sure what to make of it:
root@ehswebvlt01 ~ $ apachectl -S
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
_default_:443 ...
-1
votes
1answer
54 views
What does ~ mean at the end of a file name (e.g. httpd.conf~)? [duplicate]
I edited a fresh apache config file in CentOS 5 using gedit. When I looked at the directory I saw now two files:
httpd.conf
and
httpd.conf~
What does the ~ signify?
2
votes
1answer
126 views
Downgrade PHP 5.4 -> 5.3 on CentOS 5.10 [closed]
Due to being in some dependency hell and some issues with PHP 5.4, we downgraded from PHP 5.4 -> 5.3.
Since doing so, a few of our web apps are acting strange.
E.g:
# php index.php
Results in:
...
2
votes
0answers
83 views
Apache install on Debian: configuring CGI
I installed CGI via the package manager and enabled the mod, but two hours later I still cant get it to work.
My /etc/apache2/sites-available/default is:
<VirtualHost *:80>
ServerAdmin ...
0
votes
1answer
54 views
How to access my webserver from the host machine? [duplicate]
My host OS is Gentoo, guest OS - Fedora. I have a web server on Fedora on port 8686 and it works perfectly on guest OS, but I can't access it on my host OS.
I tried to use bridged network (then I got ...
1
vote
1answer
56 views
How would I run Django and LAMP on different subdomains, but on the same Apache server?
I am currently working on a development project where I need to run four different PHP programs (both with MySQL backends) and one Django project.
Current Plan:
XenForo (forums.domain.com) [PHP ...
2
votes
1answer
39 views
Omit Certain Entries from Apache Access Log
Is there a simple way to keep noise entries out of the access_log file short of doing piped logging to a script that does a grep -v on matching criteria or something?
I have collectd monitoring ...