apache tag

113 questions


1 answers
69 views
0
Kill-9 will not erase the process and Apache will not start.

This is an Amazon Linux 2 environment.Do the following$sudo systemctl start httpd.serviceThe following error occurred:Job for httpd.service failed because the control process expired with error code.S...

2 years ago

1 answers
43 views
0
I would like to use mod_Rewrite and so on in Apache to handle requests that are supposed to go to different servers internally.

CentOS+Apache configures the following domains:Server1 virtualhosthttp://www.test.com/https://new-sslhost.com/ Server 2 virtualosthttps://sslhost.comCurrently, the following index.html contains the fo...

2 years ago

1 answers
78 views
0
Understanding the PHP Module During Apache Version Upgrade

■EnvironmentRedHat Enterprise Linux 6.4php7.3.4Apache HTTP Server 2.4.33 → 2.4.41 ■ QuestionsYou are about to upgrade the Apache HTTP Server version.After upgrading Apache, I am thinking of porting a ...

2 years ago

1 answers
130 views
0
The public php file in fuelphp cannot be displayed in the browser.

httpd-vServer version: Apache/2.4.33(Unix)Server build: Apr 3 2018 18:00:56 Configure apache httpd.confServerRoot /Applications/MAMP/LibraryListen 80Listen 8080ServerName localhost—80DocumentRoot /Use...

2 years ago

3 answers
85 views
0
'cache:error returned while trying to return disk cached data' appears from mod_cache module and is no longer cached

Thank you for your helpWhen accessing a web page, read images, CSS, JS, etc. from another server.I try to cash it.I use Apache's mod_cache cache.When access increases, the following error occurs, foll...

2 years ago

1 answers
64 views
0
I want to separate apps by subdirectory, not subdomains

in Apache 2.4/var/www/html/larvel (includes Ravel 5.1)/var/www/html/cakephp with CakePHP 3.2When placed like this, http://example.com/laravelhttp://example.com/cakephpWould it be possible to access it...

2 years ago

1 answers
41 views
0
About apache Permissions

When creating a text file with php, what kind of system can apache create for a folder where the user is _www and the group is _www but the owner is self and the group is staff?The permission for that...

2 years ago

1 answers
76 views
0
Why do I need Apache or nginx under Django?

When doing web development in Django, most of the information is configured to run Django on the so-called Apache or nginx web server.However, Django is a web server in itself, and I don't understand ...

2 years ago

1 answers
40 views
0
The php file and apache are not working well together.

The php is It works! but when I try to access a particular file, Warning: Unknown: failed to open stream: Permission denied in Unknown online 0Fatal error: Unknown: Failed opening required '/Library/W...

2 years ago

1 answers
79 views
0
Error configuring symfony2 web server

http://jobeet.symfony.gr.jp/day-1-starting-up-the-project.html#symfony-2-3-2Based on the above site, we set up a web server for the creation of the symfony2 project.Failed to boot due to apache error....

2 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.