Jump to content
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Apache acces par ~username

Featured Replies

Salut a tous..

Je possede un serveur tournant sous slackware 10.0 , avec apache et php d'installer..

J'ai donc ouvert mon serveur a des amis pour pouvoir profiter du serveur, j'aimerais pouvoir crée des repertoire web accessible a http://.../username ou ~username , j'ai beau chercher sur google je ne trouve rien.

En gros il faudrais que lorsque que j'ajoute un user, celui ci possede un repertoire dans /home/username/ (genre www) ou il glisse ses fichier qui seront disponible a l'adresse plus haut..

Merci d'avance...

Edited by skyfox

regarde dans le httpd.conf , tu doit un truc de ce style

#

# Control access to UserDir directories.  The following is an example

# for a site where these directories are restricted to read-only.

#

    <Directory /home/*/public_html>

        AllowOverride FileInfo AuthConfig Limit

        Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec

        <Limit GET POST OPTIONS PROPFIND>

            Order allow,deny

            Allow from all

        </Limit>

        <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>

            Order deny,allow

            Deny from all

        </Limit>

    </Directory>

</IfModule>

il suffit donc normalement ensuite de créer un repertoire public_html chez les users

En plus de ça, y'a un truc super cool : les virtual hosts. Si ton pc a une adresse DNS du style, par exemple, poulp.fr tu peux faire pour chacun de tes potes une entrée style

copain.poulp.fr

poto.poulp.fr

etc ... c'est bien sympa je trouve, si tu veux t'amuser un peu avec ça, tu trouveras la configuration des virtual host à la fin du fichier httpd.conf ;-)

En plus de ça, y'a un truc super cool : les virtual hosts. Si ton pc a une adresse DNS du style, par exemple, poulp.fr tu peux faire pour chacun de tes potes une entrée style

copain.poulp.fr

poto.poulp.fr

etc ... c'est bien sympa je trouve, si tu veux t'amuser un peu avec ça, tu trouveras la configuration des virtual host à la fin du fichier httpd.conf ;-)

c'est ce qeu j'utilise, et ça marche très bien les virtuals hosts.. :francais:

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.