linux tag

403 questions


1 answers
82 views
0
In what language are the Nginx and Apache configuration files written?

In what language are the Nginx and Apache configuration files written?I recently saw an example of a Nginx configuration file rewriting using a variable starting with $.Perl or PHP?This is because I w...

2 years ago

1 answers
68 views
0
To split php_error_log in cronolog

I am having trouble dividing php_error_log using cronolog.By writing httpd.conf as shown below, ErrorLog and CustomLog have been successfully split by cronolog-rw-r --r--1 root root 370592 January 26 ...

2 years ago

1 answers
84 views
0
About gdb attach

os: Linux version 4.15.0-38-generic (buildd@lcy01-amd64-023) (gcc version 7.3.0 (Ubuntu7.3.0-16ubuntu3)Attempting to attach a self-made program with a different pts number to a user's input waiting st...

2 years ago

1 answers
84 views
0
Unable to use jq command

1. When creating vpc in cli, the jq command was used and the vpcid output was successful.2. There was a problem enabling the DNS hostname 3. The echo$vpcid should print the defined vpcid, but nothing

2 years ago

1 answers
112 views
0
How do I apply awk to the path within the shell script?

In the shell script, I wanted to get the directory at the bottom of the path specified in the argument, so I wrote:■test.sh #!/bin/shmyfol=`awk-F/{print$NF}${1}`mylog=2016_${myfol}.txttouch${mylog}■ R...

2 years ago

1 answers
116 views
0
I want to use my domain to access servers (Linux, Apache) that I set up in VMware Workstation 12 Player on Windows.

Change the DocumentRoot in httpd.conf to /srv/http/example and find index.php in the directory.The IP address is assigned 192.168.160.142.Accessible only from the host OS Windows using http://192.168....

2 years ago

1 answers
85 views
0
Error AH02454 and AH01079 on amazon-linux2 and httpd does not start properly.

FROM amazonlinux:2ENV COMPOSER_ALLOW_SUPERUSER=1ENV PATH = $PATH: vendor/binRUN yum update-y\ &yum upgrade-y\ &yum install-y\ curl\ git\ libxml2\ libxml2-develop\ httpd\ mysql\ gcc\ vim\ makeR...


2 answers
35 views
0
Introductory Web Programming [Closed]

This question appears to be outside the scope defined in Help Center for stack overflow.Closed 5 years ago.5 years agoI'd like to program on Linux.First of all, I want to download a web page and write...

2 years ago

2 answers
67 views
0
I want to use the pecl command in php7.2.

sudo yum-y updatesudo yum install-y\ curl\ git\ libxml2\ libxml2-develop\ httpd\ mysql\ gcc\ vim\ mod_sslsudo get https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmsudorpm-ivhepel-...

2 years ago

1 answers
97 views
0
I want all Fedora 29 communications via Tor.

Due to some personal reasons, I was forced to send all Fedora(GNOME) communications via Tor, so I entered Tor's Socks host (localhost) and port number (9050) from Settings=>Network Proxy but someho...

2 years ago
« - 19 - »

© 2024 OneMinuteCode. All rights reserved.