Apache error – localhost:150 – Not a Listen port
I'm setting up a web server, but I'm new in this kind of stuff. And I kinda set it up, but I get the following problem when i enter my localhost page: localhost:150 - Not a Listen port Error(s) See…
I'm setting up a web server, but I'm new in this kind of stuff. And I kinda set it up, but I get the following problem when i enter my localhost page: localhost:150 - Not a Listen port Error(s) See…
We had one application which was created in angular and Laravel. So in our production env we put angular app at the root and laravel app in a subfolder within the angular app. so /var/www/html contained the angular app and…
I have Ubuntu 18.10 with apache2, libapache2-mod-security2, modsecurity-crs packages with their default configuration except for enabling ModSecurity debug logging and copying modsecurity.conf-recommended and adding SecRuleEngine On. I added a new SecRule to a separate file in /etc/modsecurity/ Content of /etc/modsecurity/sf4-modsec.conf…
I have unizped codeigniter on /var/www/control_cuotas indx.php is placed on that folder and I settrd up a new virtualhost on apache on the 000-default.conf file whith this code <VirtualHost *:81> <Directory /var/www/control_cuotas> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all…
I added this to .htaccess of a WordPress site: <files xmlrpc.php> order allow,deny deny from all </files> It works, when someone tries to access http://example.com/xmlrpc.php, this message is displayed: Forbidden You don't have permission to access /xmlrpc.php on this server.…
I have two php applications in the same apache container and I'm trying to run one of them on a port since it needs to be accessible via a root domain and not a subfolder. I want to run the…
I have a PHP file named as otp.php. When URL in the URL bar is http://localhost/college/otp/MTA=/teacher It should be treated as http://localhost/college/otp.php?user=MTA=&role=teacher For this, I created .htaccess file in http://localhost/college/: RewriteEngine On # Turn on the rewriting engine RewriteRule ^otp/?$…
Iam testing my Angular website and have the problem that I cant reach sublinks. e.g. https://testing.my-site.de -works. -Click on a link to "/main" works too and leads me there. But calling directly: https://testing.my-site.de/main gives me a 404. Is it a…
I am moving a self made web app to newer computer. The old computer is running a 32 bit xampp in windows 7 32 bit (xampp-win32-1.8.3-5-VC11) and the new one is win 10 pro 64 bit. I organize all my…
I have a Docker image that runs Apache, and I have configured Apache (through httpd.conf) to listen on port 8080. Listen 8080 When I build my image and run it, I'm able to successfully connect to my website via port…