Skip to content

Commit

Permalink
lampTermux v.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nihsx committed Mar 7, 2021
1 parent 751c452 commit 4924a92
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here are some details about last version i use

|PHP|MariaDB|Apache|phpMyAdmin|
|--|--|--|--|
|![PHP Version](/img/version/flameshot/php.png)|![MariaDB Version](/img/version/flameshot/mariadb.png)|![Apache](/img/version/flameshot/apache.png)|![phpMyAdmin](/img/version/flameshot/phpMyAdmin.png)|
|![PHP Version](/img/version/flameshot/php.png)|![MariaDB Version](/img/version/flameshot/mariadb2.png)|![Apache](/img/version/flameshot/apache.png)|![phpMyAdmin](/img/version/flameshot/phpMyAdmin.png)|

### Size

Expand All @@ -31,8 +31,6 @@ Here are some details about last version i use
- **Default Port Apache** `8080`
- **Default MariaDB User** `mysql -u $(whoami)`
- **htdocs PATH** `$HOME/apache`
- **LAMP Script PATH** `$PREFIX/bin/lamp`
- **LAMP-Check Script PATH** `$PREFIX/bin/lamp-check`

### Overview

Expand Down Expand Up @@ -135,7 +133,7 @@ Here are some details about last version i use
253 ...
```

but i change to
my configuration

```bash
246 ...
Expand Down Expand Up @@ -168,7 +166,7 @@ Here are some details about last version i use
287 ...
```

but i change to
my configuration

```bash
279 ...
Expand Down Expand Up @@ -356,6 +354,20 @@ Here are some details about last version i use
|--|
|![Require all denied](/img/troubleshooting/myadmin/granted.png)|

```bash
229 ...
230 ...
231 ...
232 <Directory />
233 AllowOverride none
234 Require all granted
235 </Directory>
236 ...
237 ...
238 ...
```


Change Require all `denied` to Require all `granted`

<strong>Don't forget to restart apache with</strong> `killall httpd`
Expand Down
2 changes: 2 additions & 0 deletions lamp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ function exec() {
stop_spinner $?
fi

fi

echo ""

elif [[ $Choose == 2 ]]; then
Expand Down

0 comments on commit 4924a92

Please sign in to comment.