Подскажите по Apache, вопрос о пути к папке. [Решено]

Где прописан путь к корню сервера понятно, как настроить виртуал хост с другим портом и путем к корню тоже понятно. А как просто добавить путь в примере:

/var/www/localhost/htdocs/roundcube/

Соответственно открывается как http://localhost/roundcube/

а например

/var/files/my/ajaxplorer/

Чтоб открывалось как http://localhost/ajaxplorer/

?

Решение:

vim /etc/apache2/vhosts.d/02_ajaxplorer_ssl.conf

Alias /ajaxplorer/ /var/files/my/ajaxplorer/
<Directory /var/files/my/ajaxplorer/>
        Allow from all
</Directory>

Из семпла конфига , идущего

Из семпла конфига , идущего комплектом к апачу в гентоо

 # Redirect: Allows you to tell clients about documents that used to
        # exist in your server's namespace, but do not anymore. The client
        # will make a new request for the document at its new location.
        # Example:
        #   Redirect permanent /foo http://www.example.com/bar

        # Alias: Maps web paths into filesystem paths and is used to
        # access content that does not live under the DocumentRoot.
        # Example:
        #   Alias /webpath /full/filesystem/path
        #
        # If you include a trailing / on /webpath then the server will
        # require it to be present in the URL.  You will also likely
        # need to provide a <Directory> section to allow access to
        # the filesystem path.

        # ScriptAlias: This controls which directories contain server scripts.
        # ScriptAliases are essentially the same as Aliases, except that
        # documents in the target directory are treated as applications and
        # run by the server when requested rather than as documents sent to the
        # client.  The same rules about trailing "/" apply to ScriptAlias
        # directives as to Alias.
        ScriptAlias /cgi-bin/ "/var/www/localhost/cgi-bin/"

Compute:
Bosch M2.8.1 -> custom Bosch M2.8.3 clone from Russia.
Speed about 260 km,Ram 2 pers.,HDD - 70 kg,210 FLOPS ;)

имхо, совет не верен...по

имхо, совет не верен...

по всей видимости ТС спрашивал про

DocumentRoot "/var/files/my/ajaxplorer/"
<Directory "/var/files/my/ajaxplorer/" >
.......
</Directory>

ибо надо ему

а например

/var/files/my/ajaxplorer/

Чтоб открывалось как http://localhost/ajaxplorer/

Еще можно использовать bind или symlink

что-то добрый я сегодня ....

Спасибо! То, что нужно!

Спасибо за варианты! Подошел Alias чтоб не переносить Roundcube.

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".