Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fauzymadani/apache2config
https://github.com/fauzymadani/apache2config
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fauzymadani/apache2config
- Owner: fauzymadani
- Created: 2024-12-05T02:16:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T02:31:40.000Z (about 2 months ago)
- Last Synced: 2024-12-05T03:24:25.340Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apache2config
to create site with custom root dir in ubuntu server with apache2, create new file in `/etc/apache2/sites-available/laravel.conf`.after that set
```bash
sudo a2ensite laravel.conf
```
the restart apache2