Sharing Apache-httpd documents across multiple Linux distributions?

jac

I'd like to be able to have multiple distributions, say Fedora and Debian, both sharing an Apache DocumentRoot. For example, I could have the same partition mounted to /var/www in both distributions. I can't find any examples of others doing this, so perhaps its unwise.

What are some negative consequences of doing this? Is there a different way to achieve the same goal?

Anthon

As long as this is for the static files to save space you will be fine.

If you have programs under /var/www (e.g. using WSGIScriptAlias) I suggest you separate these out to physical locations outside of /var/www on a machine by machine basis. The distributions often differ in subtle ways that need to be reflected in your programs. You will most likekly have to do such separation if the programs save data in some (sub-director) of the program location.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Sharing session across multiple domains on same server in PHP

From Dev

Sharing the same DataServiceContext across multiple method calls - good or bad?

From Dev

Sharing TinyMCE plugin across multiple applications

From Dev

pipe and fork: Sharing one file descriptor across multiple children

From Dev

Sharing instances across multiple DataFlow jobs/pipelines - is it possible?

From Dev

Sharing structs across multiple packages

From Dev

Deploying a Qt 5.5.1 C++ application on multiple Linux distributions

From Dev

Sharing a Background Image Across Multiple View Controllers

From Dev

Sharing BigQuery's cache across multiple users

From Dev

Sharing SSH Keys across multiple hosts

From Dev

A common /home partition for multiple Linux distributions

From Dev

Sharing home partition across multiple Ubuntu OSes?

From Dev

A common /home partition for multiple Linux distributions

From Dev

Sharing home partition across multiple Ubuntu OSes?

From Dev

Matching across Multiple documents with ElasticSearch

From Dev

Sharing variables across multiple shell scripts

From Dev

Sharing data across multiple Excel and multiple computers

From Dev

What is the best practice for using $resource and sharing the results across multiple controllers?

From Dev

Sharing variable across multiple files

From Dev

Apache httpd, WebDAV and multiple settings

From Dev

Do Linux system administration skills transfer across distributions?

From Dev

Can I share /usr/local between multiple Linux distributions?

From Dev

Share apps across multiple Linux distributions?

From Dev

Apache httpd.conf - Link multiple domains to corresponding subfolders

From Dev

Troubles with ownership and borrowing, and sharing instance across multiple threads

From Dev

package versioning across distributions

From Dev

apache basic auth across multiple virtualhosts

From Dev

MongoDB - count instances across multiple documents

From Dev

Global variable? Sharing variables across multiple scripts?

Related Related

  1. 1

    Sharing session across multiple domains on same server in PHP

  2. 2

    Sharing the same DataServiceContext across multiple method calls - good or bad?

  3. 3

    Sharing TinyMCE plugin across multiple applications

  4. 4

    pipe and fork: Sharing one file descriptor across multiple children

  5. 5

    Sharing instances across multiple DataFlow jobs/pipelines - is it possible?

  6. 6

    Sharing structs across multiple packages

  7. 7

    Deploying a Qt 5.5.1 C++ application on multiple Linux distributions

  8. 8

    Sharing a Background Image Across Multiple View Controllers

  9. 9

    Sharing BigQuery's cache across multiple users

  10. 10

    Sharing SSH Keys across multiple hosts

  11. 11

    A common /home partition for multiple Linux distributions

  12. 12

    Sharing home partition across multiple Ubuntu OSes?

  13. 13

    A common /home partition for multiple Linux distributions

  14. 14

    Sharing home partition across multiple Ubuntu OSes?

  15. 15

    Matching across Multiple documents with ElasticSearch

  16. 16

    Sharing variables across multiple shell scripts

  17. 17

    Sharing data across multiple Excel and multiple computers

  18. 18

    What is the best practice for using $resource and sharing the results across multiple controllers?

  19. 19

    Sharing variable across multiple files

  20. 20

    Apache httpd, WebDAV and multiple settings

  21. 21

    Do Linux system administration skills transfer across distributions?

  22. 22

    Can I share /usr/local between multiple Linux distributions?

  23. 23

    Share apps across multiple Linux distributions?

  24. 24

    Apache httpd.conf - Link multiple domains to corresponding subfolders

  25. 25

    Troubles with ownership and borrowing, and sharing instance across multiple threads

  26. 26

    package versioning across distributions

  27. 27

    apache basic auth across multiple virtualhosts

  28. 28

    MongoDB - count instances across multiple documents

  29. 29

    Global variable? Sharing variables across multiple scripts?

HotTag

Archive