Use this tag for questions related to the Apache HTTP server (any version, but make sure to provide Apache version numbers in the question unless not relevant). Non-apache web server-related questions should use the tag: webserver.

learn more… | top users | synonyms

0
votes
0answers
7 views

How to allow samba and httpd on same folder using semanage fcontent

I'm struggling with selinux permissions for a folder that needs to be accessed by php under Apache 2.4 and that also needs to be accessible over a samba share. /usr2 and all subdirectories need to ...
1
vote
2answers
18 views

Compiling apache modules --enable-mods-shared vs --enable-modules

A snippet from the Apache httpd-2.4 configure document: --enable-mods-shared=MODULE-LIST Defines a list of modules to be enabled and build as dynamic shared modules. This mean, these module have to ...
0
votes
0answers
30 views

How to render ASP.NET's Script Manager followed by the UpdatePanel in webpage on Ubuntu 16.04?

I wish to find out how to render ASP.NET's Script Manager followed by the UpdatePanel in an webpage on Ubuntu 16.04. The following aspx script code runs fine on Windows 7 Microsoft Visual Studio 2013 ...
0
votes
1answer
16 views

Why is logrotate not rotating my httpd logs correctly? [on hold]

What I want is for my logs to have a by day log file that is labeled by date and I want to keep the last 60 days of log files. Here is the configuration I am using to try and do that. /var/log/httpd/*...
0
votes
0answers
8 views

MediaCrush using UWSGI behind Apache

I'm trying to figure out how to configure Apache to work with MediaCrush using UWSGI. My Apache config now looks like this: ProxyPass / uwsgi://127.0.0.2:8001/ ProxyPassReverse / uwsgi://127.0.0.2:...
2
votes
1answer
25 views

Apache Reverse Proxy - How to disable SSL frontside but allow SSL backside

I have an Ubuntu 14 LTS / Apache 2.4 server with mod_proxy/mod_rewrite configured for use as a reverse proxy. One of the servers on the backside is too old to support TLS. I would like to disable ...
0
votes
1answer
22 views

How to check requested port number in Apache Configuration

I am using Apache 2.2. Now in that, I have done some changes: if any request on my port I want to send back http status code 404. Now I have 3 ports running on my Apache Server: 8808,8809,8810. If ...
0
votes
1answer
25 views

Limit the number of mod_mono_server4 process instances to match the number of Apache server processes started up at Ubuntu 16.04 reboot timee?

How do I limit the number of mod_mono_service process instances to match the number of Apache server processes started up at Ubuntu 16.04 reboot time? The way to specify the number of Apache server ...
0
votes
0answers
40 views

Exchange apache2 for nginx problem

I installed apache2 and now I wont use nginx now. I could reached my html page on local network on 192.168.1.11. The html file is saved in var/www/html/index.html. Now I installed nginx. I try to ...
0
votes
0answers
21 views

Fatal error starting apache2 with mod_sssl [closed]

I followed the instructions on this link to INSTALL SSL ON Ubuntu 14.04. After completing everything I get the following in the error log: [Fri Jun 24 19:10:26.262361 2016] [mpm_prefork:notice] [pid ...
0
votes
1answer
38 views

How to start multiple mod-mono-server4 Linux process domains at reboot time?

I would like to know how to serve multiple ASP.NET applications on multiple mod-mono-server4 Linux process domains. I am running Ubuntu 16.04 on a Lenovo ThinkStation desktop. Here is how I plan to ...
-1
votes
1answer
29 views

How to deploy war file in apache2 in ubuntu 14.04? [closed]

I want to run my application with the help of apache2. In tomcat we will put the war files in folder webapps. I am looking something similar in apache2.
0
votes
2answers
62 views

How to start up k=10 Apache2 server processes upon Ubuntu 16.04 alpha release reboot?

I would like to know how to start up k=10 Apache2 server processes upon Ubuntu 16.04 alpha release reboot. Yesterday, I read this URL, [https://rudd-o.com/linux-and-free-software/tuning-an-apache-...
1
vote
1answer
75 views

How to Troubleshoot this apache2 failure of restart?

Condition: http://192.168.1.107/ and http://192.168.1.107/owncloud (with/without https) not alive after reconfiguring settings with self-signed SSL certifigates for HTTPS as described by the thread ...
0
votes
2answers
30 views

find IP and PORT in use by Apache

How can I find which IP:PORT Apache web server is monitoring? There are some network commands, but they show the TCP port in use. The machine has multiple network interfaces and the Listen section in ...
2
votes
1answer
40 views

using sudoers to allow non-privileged user to restart apache

We have production centos servers that run apache as root to allow low port numbers (80 and 443). We'd like a secure way for non-root users to restart apache. Are there any security implications ...
1
vote
1answer
26 views

apache and systemctl status

We use SUSE Linux Enterprise in our company. We now have got our first SLES 12 machine (this is the first version in SLES that systemd is used). I found a link where somebody says that "start", "...
1
vote
1answer
17 views

Apache httpd logging

I have a couple of questions about Apache httpd logging on Scientfic Linux 7 Apache logging seems to be using some kind of hard-link from the configured logs directory /etc/httpd/logs to /var/log/...
0
votes
1answer
20 views

Unsupported HTTP response code 429

I am using Apache 2.2. In that I want to send back error code 429 in case of any page called on my server. But I am getting this error "Unsupported HTTP response code 429" when I am restarting my ...
0
votes
1answer
75 views

Puzzle with compilation of default.aspx.cs under Ubuntu 16.04 failing upon http://127.0.0.1/default.aspx

I would like to know why compilation of default.aspx.cs under Ubuntu Linux 16.04 with a code behind pointing to default.aspx.cs fails when I enter http://127.0.0.1/default.aspx at the web browser. ...
0
votes
1answer
27 views

On Ubuntu Linux 16.04, what file is the Apache2 AcceptMutex directive currently set in?

On Ubuntu Linux 16.04, what file is the Apache2 AcceptMutex directive currently set in? The reason we need to know this is to create the LockFile necessary to create additional VirtualHosts such as ...
0
votes
1answer
36 views

VirtualHost issue on Debian 8

I got my own server on Debian 8. My Website is on it (with a domain name). For the question my domain will be domain.com My website is under /var/www/website I got owncloud under /var/www/owncloud ...
1
vote
1answer
22 views

httpd process status systemctl output

Can some explain the last portion of this output ( The line starting with CGROUP and all the following lines): systemctl status httpd -l httpd.service - The Apache HTTP Server Loaded: loaded (/...
0
votes
0answers
40 views

Apache 2.0 Automatic hosting and virtual hosts on Ubuntu 16.04 Alpha distribution

I just finished reading the following articles: [http://www.mono-project.com/docs/web/mod_mono-autoconfiguration/] [apache virtualhost using mono-apache-server2 not mono-apache-server4 The www.mono-...
1
vote
2answers
58 views

Debian Wheezy: reinstall apache2

The apache2 package was broken on my debian server, so I started by uninstalling all apache2 related package. Now everything seems to be uninstalled properly. dpkg -l | grep 'apache' doesn't return ...
0
votes
1answer
50 views

Problem with phpmyadmin

When I type localhost/phpmyadmin, it shows "The localhost page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500". Please help! Apache error log is: [Tue Jun 14 16:35:...
0
votes
1answer
35 views

Linux Check Image Exists at Apache URL

I'm writing a program that uses a Linux command to check if a file exists on the local server. The program executes a command with a supplied argument ls *ARG_GOES_HERE* &> /dev/null and ...
0
votes
0answers
44 views

Serve ASP.NET Webforms content on Ubuntu 16.04 from 2 different root directories using one XSP4 child process?

We would like to serve ASP.NET Webforms content on Ubuntu 16.04 from 2 different root directories using one XSP4 child process. In /etc/mono-server4, I created debian.webapp specifying root ...
0
votes
0answers
22 views

Relationship is between Apache2 and xsp2 (or mono-xsp2) for an Ubuntu Linux 16.04 system which serves mono ASP-NET content to an web browser user

I am interested in knowing what is the relationship is between Apache2 and xsp2 (or mono-xsp2) for an Ubuntu Linux 16.04 system which serves mono ASP-NET content to an web browser user requesting an ...
0
votes
1answer
50 views

How to lump together Apache2 Server and xsp2 server in the configuration for auto start when the PC reboots?

We need to lump together Apache2 Server and xsp2 server(or mod-mono-server server) in the configuration for the auto start sample shown below when the PC reboots. Quoting from the article, http://...
1
vote
1answer
56 views

How would I limit connections to certain services, to be only accesed via a connection coming from a sub-domains?

I have a personall machine running Ubuntu 14.04.4 LTS. I use it to host a Teamspeak and a Minecraft server and also a website. I am trying to make sub-domains to only point to the right services. So ...
3
votes
0answers
32 views

Can't disable TLSv1 and RC4-SHA

I need to remove TLSv1 and RC4-SHA support in Centos 7. I have these lines in my ssl.conf SSLProtocol +TLSv1.2 +TLSv1.1 -TLSv1 SSLCompression off SSLHonorCipherOrder on SSLCipherSuite "ECDHE-ECDSA-...
0
votes
0answers
21 views

Can not connect to Apache Virtual Host from LAN using different editors

OS: Ubuntu 12.04 Web Server: Apache 2.2.22 PC IP Address: 192.168.0.21 Virtual Host for website in Apache: 50000ModTemplate I can access website in browser using this link: 192.168.0.21/...
2
votes
1answer
34 views

How do I configure Apache to serve https?

After many hours I finally managed to configure Apache to use my SSL certificate but i just found out that there is something wrong in my configuration. If I try to reach my domain from Google Chrome ...
1
vote
0answers
19 views

Apache .htaccess not blocking external domains

I have a problem with .htaccess in that I reach the 401 authentication required, and I receive the associated browser prompt. However if I click cancel in the browser, the site continues to load (but ...
0
votes
1answer
24 views

virtualhost problem with apache

I'm setting up a server with centos 7 and I have already installed Apache and php. I have tried to set-up a virtual-host to avoid "localhost/xxx.xxx", but now I cannot access to local-host any more. ...
1
vote
0answers
22 views

How to work out why Apache is attempting “execmem”?

I'm getting audit messages from SELinux saying that it denied Apache doing execmem: type=AVC msg=audit(05/06/16 19:51:43.058:181060) : avc: denied { execmem } for pid=123456 comm=httpd scontext=...
0
votes
1answer
17 views

lamp server configuration error: locally stored php file not opening in the browser [closed]

I was learning how to configure LAMP server on Ubuntu machine. I was following the given website https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-...
3
votes
1answer
24 views

Raspbian - Apache server not accessable over the internet

First of all: I'm a n00b regarding networks and Linux and stuff :) Here is my problem: I want to use my raspberry pi as a webserver. I installed and configured apache and enabled port forwarding on ...
0
votes
1answer
17 views

Serve another server on the local network

I have a Raspberry (say pi-1) running an apache2 web server that serves to the internet (my.domain). I have a second Pi (pi-2) also running apache2 that serves to the local network over it's local IP ...
0
votes
1answer
41 views

Install Apache and PHP on Centos without package manager (yum, rpm…) [closed]

Can anyone explain how to Install Apache and PHP on Centos without package manager? i've only found this documentation in my searches: http://php.net/manual/fr/install.unix.apache.php
1
vote
1answer
22 views

How to extract RSA keys from Apache

I am testing some old vulnerabilities related to SSL/TLS, and would like to know how to extract temporary RSA keys from Apache. The particular vulnerability I am testing is the FREAK attack. I ...
1
vote
1answer
80 views

Summarize certain data fields of apache CLF log file

I want to grep some information from raw combined log format apache logs: 51.254.56.62 - - [01/Jun/2016:20:49:28 +0500] "GET /vendors/jquery.slimscroll.min.js HTTP/1.1" 404 - "http://networkconfig....
0
votes
1answer
103 views

Can't install Apache2 and PHP in Linux Mint 17.3 (libapache2-mod-php)

Apache2 and PHP are correctly installed, but libapache2-mod-php is giving problems. I try to install it with apt-get and I get the following: Some packages could not be installed. This may mean that ...
3
votes
1answer
39 views

Enabling export cipher suites in Apache/OpenSSL

I would like to enable export cipher suites in Apache for the purpose of testing out some old vulnerabilities. I haven't been successful thus far, and would greatly appreciate some assistance. My ...
1
vote
0answers
39 views

apache2 core dump not generated

I am trying to solve the following error in my apache2 error.log file. I use Debian Jessie 8 up-to-date with apache 2.4.10 from repo. [Tue May 31 16:35:21.951165 2016] [core:notice] [pid 6926:tid ...
0
votes
1answer
21 views

Cannot access bugzilla from apache

I installed bugzilla and added the following code to httpd.conf to access it from my browser <Directory /var/www/html/bugzilla> AddHandler cgi-script .cgi Options +Indexes +ExecCGI ...
3
votes
1answer
38 views

Using iptables to stop brute force attacks on a Apache https site

I have a TLS site Apache which uses Basic Authentication to protect resources. I'm trying to setup an iptables rule to prevent brute force attacks on port 443, so I've added the following iptables ...
0
votes
0answers
18 views

Troubleshoot routing in rewrite/virtual host

I don't want a solution as much as a way to find the problem. I am learning networking mostly because it interests me and I set up something in my uncle's restaurant. It looks like this. A soft AP ...
1
vote
0answers
30 views

How to configure apache with suPHP and VirtualHosts to avoid DocumentRoot problem?

I am currently configuring an apache web server, and have Apache 2.2 with SSL, svn at https://myhost/svn/repos/myrepo1 and https://myhost/awebsite with suPHP ready. https://myotherhost/ also exists ...