The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
0answers
5 views

LAMP server Installation - httpd, mysql are 'unrecognized services'

I recently installed Bitnami LAMP server to have apache, mysql and php on my server with redhat 6.7.. The installtion was fine,I can see httpd and mysql processes.. even the wget from local host ...
0
votes
1answer
29 views

Configuring Systemd to execute extra script after httpd start/restart using ExecStartPost setting not working

I need to have a PHP file execute whenever the httpd service starts or restarts. I found that Systemd has a configuration setting called **ExecStartPost, which looks perfect for what I need to do. I ...
0
votes
0answers
34 views

Can we run apache on a non-root account?

Apache is started by the root user, then switches to the user defined by the User directive; is there any chance where we can change this default behavior? Apache should start using a non-root account ...
0
votes
1answer
15 views

When enter http://my_server_IP_address don't see Apache HTTP server default page

I just launch a VPS instance use CentOS 7 x64. I follow this tutorial for installing Apache HTTP Server sudo yum install httpd sudo systemctl start httpd.service but when I use my browser (at ...
0
votes
0answers
19 views

Zimbra z-push provisioning: ERR_TOO_MANY_REDIRECTS

I'm trying to install z-push provisioning in my zimbra environment to control mobile devices with GUI. So : OS : Centos 7 Zimbra version 8.6 Z-push version : 1.5 To install Z-push I have this ...
-1
votes
1answer
47 views

Sed in httpd.conf only for only one <VirtualHost>

I have a httpd.conf file containing the following virtual hosts : <VirtualHost *:443> JkMount /soncn/* tomcat3 SSLProtocol -all +TLSv1 SSLCipherSuite RSA:!LOW:!EXP:!eNULL:!aNULL:!RC4 SSLEngine ...
0
votes
0answers
15 views

How to serve apache2 www sub directories from nginx while the domain does not change

I'm using nginx and apache on the same Ubuntu machine. nginx is using port 8080 apache2 is using port 8081 I want to serve directory from /var/www/directory with domain www.domain.com but I do not ...
2
votes
1answer
32 views

Does linux verify server certificate against crl by default?

Let assume that I have a Linux based server running apache or tomcat with a web server certificate created by a trusted authority. The certificate has embedded distribution point of the crl. The ...
0
votes
0answers
32 views

Configuring Apache with Openssl and Enabling FIPS mode causing fingerpoint error

Can someone please help me I have recently upgraded my apache from 2.4.12 to 2.4.18 and I have also updated the openssl 1.01e to 1.02f. I followed the steps from here I ran this command ...
0
votes
1answer
42 views

apache configuration problems, last vhost loaded becomes wildcard domain

I have 2 virtual hosts loaded from 2 separate conf files in /etc/httpd/conf.d/ when I point my browser to vhost1.test.com it loads the proper index.html as does vhost2.test.com. However the web server ...
1
vote
1answer
36 views

“attempt to invoke directory '/srv/http' as script” error with “SetHandler application/x-httpd-php” enabled in apache config on archlinux

when I try to list directories through Options Indexes-option with SetHandler application/x-httpd-php enabled in my apache-config I get a attempt to invoke directory '/srv/http' as script error ...
1
vote
2answers
148 views

httpd (apache2) server doesn't parse *.php files but displays them as text with installed php-module on arch-linux

I'm trying to set up my httpd (apache2) server on archlinux. Everything works now except for the parsing of my php files. I followed this article: ...
0
votes
0answers
58 views

Forward and reverse proxy to tunnel ssh through Apache

I have an Apache 2.4 server (on Debian Jessie) with multiple websites running on it with and without SSL. In the hotel where I am now, port 22 seems to be blocked, but I would like to connect to my ...
1
vote
3answers
76 views

preventing dos attack in apache webserver

This is the version of apache we're using - httpd-2.2.15-39.el6.centos.x86_64 We recently had our website down due to DoS attack and hence started exploring iptables, and how to use it to prevent DoS ...
1
vote
0answers
62 views

Apache Load Balancer Timeout

We have two httpd servers running on RHEL 6 behind a hardware load balancer We are getting timeout errors in our httpd error log. [Fri Feb 19 15:06:49.823372 2016] [proxy_http:error] [pid 15760] ...
1
vote
1answer
26 views

DirectoryIndex not redirecting

I am fairly new to apache and was a SQL Server database admin in a former life so please forgive my ignorance. I am trying to set up an Apache web server (HP-UX flavor) to conform with the DOD STIGs ...
1
vote
1answer
89 views

Linux yum Commands that are Equivalent to these Ubuntu apt-get Commands [closed]

I'm using an AWS EC2 instance and I'm trying to switch from an Ubuntu instance to a Linux (Amazon Linux AMI) instance and in doing so I need to figure out the equivalent apt-get to yum commands and ...
0
votes
0answers
92 views

Apache 2.4.10 Debian 8 Reverse proxy not working

I have enabled sudo a2enmod proxy sudo a2enmod proxy_http sudo a2enmod proxy_wstunnel virtualhost.conf file contents Any idea why it's not working? ProxyRequests off <Proxy *> Order ...
0
votes
2answers
543 views

How do I install an older version of Apache httpd in CentOS 6 using YUM

How do I install an older version of Apache httpd on my CentOS 6 machine? When I do: # sudo yum --showduplicates list httpd | expand I get: file:///media/project/repodata/repomd.xml: [Errno 14] ...
-1
votes
4answers
241 views

The server is not accessible only from my IP?

I am Using a CentOS 7 and Apache 2.4 as my website host. I tried a number of other machine and some can reach the server and some cannot including my PC. I have disabled stopped firewall (systemctl ...
2
votes
2answers
55 views

Restarting httpd kills scripts executed from PHP

My game server has a custom PHP administration interface, which can run the server manually by running the start shell script with exec and sudo -E. However, if I restart httpd using service httpd ...
0
votes
2answers
370 views

How to install lampp (php7) on Manjaro?

I Tried following this guide, didn't work and it's the only guide I can find. I have php7-apache, apache, php7, mariadb, php7-mcrypt, all installed, either through pacman or yaourt, all have their ...
0
votes
1answer
164 views

Understanding retry value in Apache Load Balancer Configuration

We are using mod_proxy to balance load between our backend servers . We have different setup and some of the backend servers either runs on tomcat\jboss. The balancer configuation is as follows ...
2
votes
1answer
126 views

Is it possible to use TLSv1.3 in Apache 2.4

Is it possible to use TLSv1.3 in Apache2.4? As of October 2015, TLS 1.3 is a working draft, i.e. TLSv1.3.
0
votes
0answers
28 views

X-Robot-tag noindex not appearing in header

I am trying to include the following in my response header to all resources in multiple directories (dirone/dirtwo/dirthree/direfour) from an Apache server. X-Robots-Tag: noindex, nofollow In my ...
2
votes
0answers
35 views

Fatal error: Call to undefined function gzopen() in /etc/apache2/htdocs/sites/all/modules/smart_ip/includes/smart_ip.utility.inc on line 454

I'm using centos 6.7, http 2.4.17, mysql 5.1, php 5.5.30. web page is working fine but at bottom it is giving below error. Fatal error: Call to undefined function gzopen() in ...
1
vote
1answer
281 views

Unknown Authz provider with Shibboleth on Apache 2.4

Currently I am dealing with the migration of a PHP web application from Apache 2.2 to Apache 2.4. This application is SSO-enabled, by using Shibboleth in order to manage the authentication process. ...
2
votes
1answer
226 views

HTTPS not working on CentOS Apache 2.4

I have created a key and self-signed certificate and moved them to /etc/httpd/conf/ My ssl.conf is here: http://pastebin.com/gsQbKY67 The ssl_module (shared) is there when I try httpd -M Output ...
1
vote
2answers
73 views

99% file download

We have server under Ubuntu 12.04 with Apache HTTP 2.2 installed there. Kernel 3.2.0. Faced with weird behavior during dowloading some files. Virtualhost config: <Directory /var/www/name/*> ...
1
vote
1answer
125 views

Install ssl on CentOS Apache server

I installed Apache by using sudo yum -y install httpd instead of using wget and installing that way. This means that it has been set up differently. I'm now trying to install ssl by using sudo yum ...
0
votes
1answer
66 views

Cannot disable SSLv3 on Amazon Linux Instance

I am using SSL Certificate issued by Go Daddy. On my Linux Instance following are the software details :- Apache Version - Apache/2.4.16 (Amazon) Openssl Version - OpenSSL 1.0.2c 12 Jun 2015 ...
-1
votes
1answer
40 views

Where is httpd.conf?

How can I reliably find the location of httpd.conf? I am looking for a solution, or if necessary a combination of things that will find the location of httpd.conf quickly and reliably on as many ...
0
votes
2answers
173 views

why isn't .htaccess redirecting requests on CentOS 7?

A web app running on CentOS 7 with Apache 2.4 recently changed its domain name from olddomain.com to newdomain.com. The structure of the app at the newdomain.com is different than on the ...
0
votes
0answers
130 views

Apache httpd starts but enters failed state on CentOS 7

I'm new to Linux and i have some problems with restarting httpd after creating Virutal hosts. The service is running but i am unable to restart it. [webmaster@erichermansson conf.d]$ sudo systemctl ...
0
votes
1answer
38 views

apache httpd ACLs not working

What is the issue with the rule below <Directory /data/share/web/marketing/jacaranda> #AllowOverride All <Files "wp-login.php"> Order Deny,Allow Deny from all ...
1
vote
1answer
2k views

Why is apache giving DNS lookup failures?

A CentOS 7 web server has tomcat serving up war files behind an apache httpd reverse proxy. This works perfectly when the WAR files are all server-side code. But when client side code (AngularJS in ...
1
vote
1answer
45 views

Security concern on Apache AllowOverride All setting

We are using Wordpress in Production environment. Wordpress has few vulnerabilities associated with xmlrpc.php file. Looks like one of the preventive measures it to lock down access to xmlrpc.php. ...
0
votes
2answers
93 views

RPM Dependencies Troubleshooting

I am trying to install a Nagios rpm and I get the following error error: Failed dependencies: httpd is needed by nagios-4.0.2-2.el6.x86_64 php is needed by nagios-4.0.2-2.el6.x86_64 ...
0
votes
0answers
90 views

Unable to zoom-in Munin graphs on CentOS

I have installed munin on my CentOS 6 system. The installation procedure is as follows: rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum --enablerepo=epel ...
1
vote
0answers
102 views

httpd and mysqld used out of memory

I choose 512mb ram for my Centos VPS with very low traffic new website .but after 2,3 hours after rebooting, i have only 24mb free memory. when i use top command: 2981 root 20 0 37176 10m ...
0
votes
0answers
33 views

Apache 404 error: Rewrite rules for Apache

Getting the following 404 not found as shown below in access.log file of httpd while trying to access the following URL:www.example.com/support . This was created using the network multisite feature ...
1
vote
2answers
84 views

How do I find out which PHP files are being served by apache

this could be a duplicate but I couldn't find the proper answer. Recently my server has been reporting high CPU usage and I want to find out what was causing that. When I used htop it showed me a ...
0
votes
0answers
74 views

Symbolic link not allowed or link target not accessible: /home

I cannot access http://localhost/~user. The error message is: Symbolic link not allowed or link target not accessible: /home I do not have a /home. In my case it's: /RAID/home/*/public_html I ...
3
votes
2answers
440 views

configuring httpd for multiple domains on same server

A CentOS 7 web server is hosting one public domain, called mydomain.com. The same server also has a separate vpn that hosts two apps for private authorized/authenticated users only. Httpd is set up ...
0
votes
0answers
4k views

Apache 2.4 The requested URL “/…” was not found on this server. Why?

I have CentOS server with Apache http service. I added wordpress files to /var/www/html/padbuozyne directory. When I try to connect via browser http://myhost/padbuozyne I get The requested URL ...
1
vote
1answer
2k views

Fedora 22 - Failed to restart httpd.service: Access denied

I want to start web development and I was trying to install LAMP. I installed Apache using this tutorial but the command they give to start the apache server fails: systemctl start httpd.service ...
0
votes
4answers
338 views

Portable Linux webserver that does not require sudo, install, and internet

I have a corporate Red Hat Server that does not have sudo, package manager, and internet network. I need a webserver client, and have tried installers and binaries of httpd and lighttpd but references ...
0
votes
1answer
75 views

Browser (HTTP client) with support of bzip2 or lzma2 compression?

What browsers (HTTP clients) support HTTP compression using bzip2 or lzma2? (HTTP compression for page requests) I have only heard of Firefox patch, but I am not sure if it actually supports ...
0
votes
1answer
23 views

mod_rewrite all and if not found

I need to make some rewrite rules, but I doesn't use Apache HTTP for years and little bit confused with rules... Task: rewrite URLs from http://domain.com/test/file.js to ...
2
votes
2answers
131 views

Adding www to URL : not working

This is further to the redirect query which I posted earlier in this group . Redirect rule for Apache : Adding www to URL It is still not working for me , so re-posting the same query . The query ...