Skip to content

Commit 4924a92

Browse files
committed
lampTermux v.1.0
1 parent 751c452 commit 4924a92

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here are some details about last version i use
1515

1616
|PHP|MariaDB|Apache|phpMyAdmin|
1717
|--|--|--|--|
18-
|![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)|
18+
|![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)|
1919

2020
### Size
2121

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

3735
### Overview
3836

@@ -135,7 +133,7 @@ Here are some details about last version i use
135133
253 ...
136134
```
137135

138-
but i change to
136+
my configuration
139137

140138
```bash
141139
246 ...
@@ -168,7 +166,7 @@ Here are some details about last version i use
168166
287 ...
169167
```
170168

171-
but i change to
169+
my configuration
172170

173171
```bash
174172
279 ...
@@ -356,6 +354,20 @@ Here are some details about last version i use
356354
|--|
357355
|![Require all denied](/img/troubleshooting/myadmin/granted.png)|
358356
357+
```bash
358+
229 ...
359+
230 ...
360+
231 ...
361+
232 <Directory />
362+
233 AllowOverride none
363+
234 Require all granted
364+
235 </Directory>
365+
236 ...
366+
237 ...
367+
238 ...
368+
```
369+
370+
359371
Change Require all `denied` to Require all `granted`
360372
361373
<strong>Don't forget to restart apache with</strong> `killall httpd`

lamp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ function exec() {
141141
stop_spinner $?
142142
fi
143143

144+
fi
145+
144146
echo ""
145147

146148
elif [[ $Choose == 2 ]]; then

0 commit comments

Comments
 (0)