
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
nginx-apache-site
Advanced tools
Create Apache or Nginx website configs and optional Certbot SSL certificates on Ubuntu.
nginx-apache-site is a merged replacement for create-apache-site and
create-nginx-site.
It creates:
/var/www/<domain>/public_htmlThe package also ships compatibility wrappers:
create-apache-sitecreate-nginx-sitenpm install -g nginx-apache-site
Unified command:
nginx-apache-site --domain example.com --server nginx
nginx-apache-site --domain example.com --server apache
nginx-apache-site --domain example.com --server auto
nginx-apache-site --domain example.com
If --server is omitted, the CLI prompts on interactive terminals with default
auto. In non-interactive runs, it defaults to auto directly.
Compatibility wrappers:
create-apache-site --domain example.com
create-nginx-site --domain example.com
--ssl always run Certbot--no-ssl skip CertbotExtra Certbot controls:
--certbot-email admin@example.com--certbot-staging--yes auto-confirm SSL prompt# Nginx with SSL and Certbot email
nginx-apache-site -d example.com -s nginx --ssl --certbot-email admin@example.com
# Apache without SSL
nginx-apache-site -d example.com -s apache --no-ssl
# Preview actions only
nginx-apache-site -d example.com -s nginx --ssl --dry-run
sudo) for non-dry-run modenpm test
npm run test:linux
npm test runs local shell tests with mocked system commands, so it does not
modify your host web server setup.
npm run test:linux adds Linux-specific smoke checks. CI runs both test suites
on ubuntu-latest for every push and pull request.
FAQs
Create Apache or Nginx website configs and optional Certbot SSL certificates on Ubuntu.
We found that nginx-apache-site demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.