skip to Main Content

Allow access to phpmyadmin from localhost only

I am trying to config my server phpmyadmin to access only from the localhost and not from the remote. Below is the configuration on server /etc/phpmyadmin/apache.conf Alias /phpmyadmin /usr/share/phpmyadmin <Directory /usr/share/phpmyadmin> Order deny,allow Deny from all Allow from 127.0.0.1 Options…

VIEW QUESTION

i am facing error while compiling the source code in apache

Below is the error while running make command /home/apache/httpd-2.4.41/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -L/opt/httpd/expat/lib -o ab ab.lo /home/apache/httpd-2.4.41/srclib/apr-util/libaprutil-1.la -lexpat /home/apache/httpd-2.4.41/srclib/apr/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl -lm -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl ab.o: In function `ssl_state_cb':…

VIEW QUESTION

install redmine on Ubuntu 18.04 – Apache

I am trying to get redmine running on an Ubuntu 18.04 with apache. I followed these instructions: https://www.howtoforge.com/how-to-install-and-configure-redmine-on-ubuntu-1804/ without any problems. Apache is running and I can access the default apache page "it works" at: http://192.168.178.100/. But if I try…

VIEW QUESTION
Back To Top
Search