apache tag

113 questions


1 answers
328 views
0
apt install apache2-dev fails in Ubuntu

What do you want to doInstall apache2-dev on UbuntuPrerequisitesI tried to install apache2-dev using apt in Ubuntu, but an error occurred.Problems/Error Messages you are experiencing$sudo apt update$ ...

1 years ago

1 answers
263 views
0
Is it a security problem that Google Chrome has difficulty accessing its own website?

This is a question about the relationship between SSL certificates and Apache.I'm trying to publish my own website and I'm using a free software called MAMP.Most browsers, including the smartphone ver...


1 answers
460 views
0
Understanding the Meaning of mpm prefork Settings

I read Apache's official documentation and expert blog about the mpm prefork setting, but I don't understand it very well.Let me ask you a question about how to think about each setting and how to beh...

1 years ago

1 answers
311 views
0
How do I display the same file in Apache in all cases?

How do I view the same file in Apache in all cases?Example: Show localhost/index.php index.phpView localhost/hoge index.php↑ I want it to look like this

1 years ago

1 answers
300 views
0
How do I display the same file in Apache in all cases?

How do I view the same file in Apache in all cases?Example: Show localhost/index.php index.phpView localhost/hoge index.php↑ I want it to look like this

1 years ago

1 answers
426 views
0
I want to redirect 301 to another directory with htaccess when the site is relocated.

Using WordPress, blog.example.com/YYYY/MM/DD/post-xxSites operating in a directory structure similar to the one shown in example.com/blog/post-xxYou have moved to .If so, how do I write htaccesses to ...

1 years ago

1 answers
454 views
0
I want to redirect 301 to another directory with htaccess when the site is relocated.

Using WordPress, blog.example.com/YYYY/MM/DD/post-xxSites operating in a directory structure similar to the one shown in example.com/blog/post-xxYou have moved to .If so, how do I write htaccesses to ...

1 years ago

1 answers
416 views
0
Is it possible to use a combination of Apache 2.4.51 and PHP 5.4 or less?

Apache 2.2.17+PHP 5.2.1+CakePHP 1.1.14, created DB-related webs a long time ago.Due to a vulnerability in Apache, we would like to upgrade to Apache 2.4.51.I've seen how Apache 2.4.51 works with PHP 5...

1 years ago

2 answers
345 views
0
How to write .htaccess in multilingual site distribution

We are currently creating a multilingual site with the following configurations.English version: /enJapanese version: /jaChinese version: /zhRewriteBase/RewriteCond%{HTTP:Accept-Language}^ja [NC]Rewri...

1 years ago

1 answers
318 views
0
I want htaccess to transfer internally to different domains

I would like to transfer internally as described below, but due to the different domains, it will be treated as a redirect.How do I resolve this? RewriteRule https://example1.jp/img/0001.jpg https://e...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.